You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ Here are some notes to the JSON above:
112
112
- each provider is disabled by default so you must enabled it
113
113
- 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.)
114
114
- 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.
115
116
116
117
> A list of all providers can be found in the headline `Auth Provider`
0 commit comments