Registering Your App
How to register your application
- 1.Create an Account.

2. Create an Application

Property | Details |
---|---|
Application name | The name of this client application that will appear to users during identity provider selection and consent. |
Application logo | The URL pointing to the logo image of this client application. |
Origin URL | Used with the IDPartner Button. When a user clicks the button they are redirected to this URL to start the authorization flow with a confidential client. |
Redirect URL | Redirect URIs that this client application uses to receive a response from the authorization endpoint of the Identity Provider. |
JWKS plays an important role in encrypting and signing requests to ensure the known source generated the message (non-repudiation), that the message was not altered in transit (integrity) and that the message can only be read by the destination service (confidentiality).
Setting Item | Description |
---|---|
JWK Set URI | The URL pointing to the JWK Set (JSON Web Key Set) of this client application. The content of the resource pointed to by the URL must be JSON which complies with the format described in RFC 7517, 5. JWK Set Format. The JWK Set must not include the private keys of this client application.
|
JWK Set Content | The content of the JWK Set (JSON Web Key Set) of this client application. The format is described in RFC 7517, 5. JWK Set Format. The JWK Set must not include the private keys of this client application.
|
Last modified 5mo ago