| OIDC Settings | Description |
|---|
| Client ID | If your application provides its own client ID, you can configure it. |
| Redirect-URL | Enter the Redirect-URL (i.e. the endpoint where you want to send/post your JWT token). You can add multiple redirect URLs by separating them with a ‘,’.E.g. ABC Network - ABC.com ,.xyz Domain Names |
| Allowed Logout URLs | The URL for the SLO return. This is a URL on the service provider where Fixiam sends its sign out response (as a POST operation). If the SP doesn't have a specific SLO URL, the main SP URL can be used. |
| Access Token Expiry (In Hours) | Expiration time of access token. |
| Refresh Token Expiry (In Days) | Expiration time of refresh token. |
| Subject | This defines what user’s profile attribute should be used as ‘sub’ claim in the JWT access token. |
| Attribute Mapping Settings | Description |
|---|
| Add Attributes | You can Add Attributes to be sent as JWT claim in access token to the SP. The attributes include user’s profile attributes such as first name, last name, full name, username or email. |
Updated about 2 months ago