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
-**Christoph Sonntag** - _Made things even more uber_ - [Compufreak345](https://github.com/Compufreak345)
112
+
-**myusrn** - _Dropped some knowledge about making IsInRoles work_ - [myusrn](https://github.com/myusrn)
112
113
113
114
See also the list of [contributors](https://github.com/kirkone/KK.AspNetCore.EasyAuthAuthentication/graphs/contributors) who participated in this project.
114
115
@@ -118,4 +119,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
118
119
119
120
## Acknowledgments
120
121
121
-
* Inspired by this [StackOverflow post](https://stackoverflow.com/a/42402163/6526640) and this [GitHub](https://github.com/lpunderscore/azureappservice-authentication-middleware) repo
122
+
- Inspired by this [StackOverflow post](https://stackoverflow.com/a/42402163/6526640) and this [GitHub](https://github.com/lpunderscore/azureappservice-authentication-middleware) repo
varidentity=newClaimsIdentity(createClaims(claimsPayload),AuthenticationTypesNames.Federation);// setting ClaimsIdentity.AuthenticationType to value that azuread non-easyauth setups use
this.Logger.LogDebug($"payload was fetched from easyauth headers, name: {name}");
55
-
56
-
varidentity=newGenericIdentity(name,AuthenticationTypesNames.Federation);// setting ClaimsIdentity.AuthenticationType to value that azureAd non-easyauth setups use
56
+
this.Logger.LogDebug($"payload was fetched from EasyAuth headers, name: {name}");
57
57
58
58
this.Logger.LogInformation("building claims from payload...");
0 commit comments