Valid for OAuth2.0 Authentication Mode only.
Under IdentityServer4 Authentication Mode, Claims are configured in the IdentityServer4 server.
Claims are name/value pairs containing user information. They are a reliable source for trusting that the data is valid and true.
They are intended to provide an application with user details such as name, email and image. They are returned in the identification token.
The basic and required Scope for OIDC is OpenID, which indicates that an application is try-ing to use the OIDC protocol to verify the identity of a user.
LinkarWS allows incorporation of Claims on two levels.
•Client claim: defined in the client form, allows adding additional information about the client.
•User claim: defined in the Identity Resource form, allows adding additional information about the Identity Resource.
In this form we will define the Standard Claims to be used later, either at client level, user level or both. But you can always create new claims at Client or Identity Resource level.
Field |
Type |
Description |
New |
Button |
Create a Claim. |
Delete Selected |
Button |
Deletes selected Claims from the Database. |
Export Selected |
Button |
Exports selected Claims to a JSON file. |
Import from file |
Button |
Import Claims from a JSON file. |
Pencil Icon |
Button |
Edit Claim. |
Trash Icon |
Button |
Delete Claim. |
Copy Icon |
Button |
Create Claim by copying data from an existing Claim. |
Create/Edit/Copy Claim
|