Inquiry About Documentation, Claims, and Security #764
-
Hello, I need assistance with the following points:
I appreciate your attention and look forward to your response. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
User manual You can follow the quick start tutorial (https://simpleidserver.com/docs/installation/quickstart) to install the SimpleIdServer solution in any environment.
Mapping of Claims in Access Token To include claims such as
The claim will then be present in the access token. :) By default, claims present in the Password storage There is a mistake in the Changeset : bf3addd Oracle support It is possible to support the Oracle database by using the NuGet package "Oracle.EntityFrameworkCore". Changeset : dc2f79c User interface I don't understand this last point. Can you please be more specific? Kind regards, SID |
Beta Was this translation helpful? Give feedback.
-
Sorry for insisting, but if the role and locale claims are not included in the token, you map them as User attributes because User property is not an option. How could I solve this case? Thank you. |
Beta Was this translation helpful? Give feedback.
Configure user role
To configure a user, follow the steps below:
Roles
tab.Add client role
button, and fill in the form with the following information:Scopes
tab, and assign therole
scope. Don't forget to add therole
to the access token.User management
section, click on theGroups
.Add group
button, and fill in the form with the following information:Roles
tab, and assign the role<clientid>\admin
.