Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.79 KB

identity-provider.schema.md

File metadata and controls

46 lines (28 loc) · 1.79 KB

Identity Provider Schema

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

Identity Provider Example

{
  "@id": "https://ims-na1.adobelogin.com/"
}

Identity Provider Properties

Property Type Required Defined by
@id string Required Identity Provider (this schema)
* any Additional this schema allows additional properties

@id

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

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)