Skip to content

Commit bebcfcb

Browse files
committed
add the a new author ;)
1 parent f37d596 commit bebcfcb

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ To configure you providers you simple add the following to your `appsettings.jso
150150

151151
Here are some notes to the JSON above:
152152

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.
157157

158158
> A list of all providers can be found in the headline `Auth Provider`
159159
@@ -283,6 +283,7 @@ This is the most common auth provider. You can use it to work with Azure Active
283283
- **Christoph Sonntag** - _Made things even more uber_ - [Compufreak345](https://github.com/Compufreak345)
284284
- **myusrn** - _Dropped some knowledge about making IsInRoles work_ - [myusrn](https://github.com/myusrn)
285285
- **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)
286287

287288
See also the list of [contributors](https://github.com/kirkone/KK.AspNetCore.EasyAuthAuthentication/graphs/contributors) who participated in this project.
288289

0 commit comments

Comments
 (0)