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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,10 +150,10 @@ To configure you providers you simple add the following to your `appsettings.jso
150
150
151
151
Here are some notes to the JSON above:
152
152
153
-
- each provider is disabled by default so you must enabled it
154
-
- 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.)
155
-
- The `ProviderName` is the class name of the provider. that must be unique in your application.
156
-
- The xClaimType property only define the property in the token that provide the required information. Internally that will always mapped to **name** and **role** claims.
153
+
-each provider is disabled by default so you must enabled it
154
+
-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.)
155
+
-The `ProviderName` is the class name of the provider. that must be unique in your application.
156
+
-The xClaimType property only define the property in the token that provide the required information. Internally that will always mapped to **name** and **role** claims.
157
157
158
158
> A list of all providers can be found in the headline `Auth Provider`
159
159
@@ -283,6 +283,7 @@ This is the most common auth provider. You can use it to work with Azure Active
283
283
-**Christoph Sonntag** - _Made things even more uber_ - [Compufreak345](https://github.com/Compufreak345)
284
284
-**myusrn** - _Dropped some knowledge about making IsInRoles work_ - [myusrn](https://github.com/myusrn)
285
285
-**Suzuko123** - _Dropped some knowledge about Service Principals with easy auth_ - [Suzuko123](https://github.com/Suzuko123)
286
+
-**MaximRouiller** - _Dropped the idea to check if the app service is configured right. .[MaximRouiller](https://github.com/MaximRouiller)
286
287
287
288
See also the list of [contributors](https://github.com/kirkone/KK.AspNetCore.EasyAuthAuthentication/graphs/contributors) who participated in this project.
0 commit comments