OpenIDProfile
Definition
The Identity Provider will serve the OpenID-Connect protocol. It is possible to accept the default endpoints or modify them.
You can check the server features visiting visiting https://<YOUR-IdP>/.well-known/openid-configuration. That JSON gives you information about the oAuth authentication types allowed, the key URL, the soported authentication methods and the info about the endpoints defined.
You can download an example openid-configuration.json
Screen overview
Standard attributes
- Class: class name (readOnly field).
- Enabled: if it is checked (selected option is Yes) that protocol will be enable.
- Discovery endpoint:
callcall this endpoint to request the OpenID-Connect provider metadata. - Authorization endpoint:
- Token endpoint: call this endpoint to get the token or to renew the token.
- Revoke endpoint:
- User info endpoint:
endpointendpoint to request user information.