Skip to content

Commit a786c7e

Browse files
committed
add documentation to the xClaimType
1 parent 0ad56bf commit a786c7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Here are some notes to the JSON above:
112112
- each provider is disabled by default so you must enabled it
113113
- you can create own providers but there must implement `IEasyAuthAuthentificationService`. But you must also activate them here. (Don't put them in the DI. This package will do this by it's own.)
114114
- The `ProviderName` is the class name of the provider. that must be unique in your application.
115+
- The xClaimType property only define the property in the token that provide the requiered informations. Internaly that will always mapped to **name** and **role** claims.
115116

116117
> A list of all providers can be found in the headline `Auth Provider`
117118

0 commit comments

Comments
 (0)