https://ns.adobe.com/xdm/common/identity-provider
An identity provider (abbreviated IdP) is a system entity that creates, maintains, and manages identity information for principals while providing authentication services to relying party applications within a federation or distributed network. An identity provider offers subject authentication as a service.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | common/identity-provider.schema.json |
{
"@id": "https://ims-na1.adobelogin.com/"
}
Property | Type | Required | Defined by |
---|---|---|---|
@id | string |
Required | Identity Provider (this schema) |
* |
any | Additional | this schema allows additional properties |
A unique (uniqueness is defined on the same lines as defined here) and persistent identifier for the identity provider. Ideally, this identifier should be a URI.
@id
- is required
- type:
string
- defined in this schema
string
- format:
uri-reference
– URI Reference (according to RFC3986)