Creates an application resource in a specified EIAM instance.
Operation description
EIAM supports two standard single sign-on (SSO) protocols: SAML 2.0 and OpenID Connect (OIDC). Create an application that uses the SSO protocol required for your business scenario. You cannot change the protocol after you create the application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:CreateApplication |
create |
*Application
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
idaas_ue2jvisn35ea5lmthk2676xxxx |
| ApplicationName |
string |
Yes |
The application name. |
Ram Account SSO |
| Description |
string |
No |
The description of the application. |
RAM账号SSO应用 |
| LogoUrl |
string |
No |
The URL of the application logo. |
https://oss.cn-hangzhou.aliyuncs.com/logo.png |
| ApplicationSourceType |
string |
Yes |
The source from which the application is created. Valid values:
|
urn:alibaba:idaas:app:source:standard |
| SsoType |
string |
Yes |
The single sign-on protocol. Valid values:
Valid values:
|
saml2 |
| ApplicationTemplateId |
string |
No |
The application template ID. This parameter is required when ApplicationSourceType is set to urn:alibaba:idaas:app:source:template. |
apt_ramuser_mjqrsi |
| ApplicationIdentityType |
string |
No |
application |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| ApplicationId |
string |
The application ID. |
app_mkv7rgt4d7i4u7zqtzev2xxxx |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"ApplicationId": "app_mkv7rgt4d7i4u7zqtzev2xxxx"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.