KK.AspNetCore.EasyAuthAuthentication
KK.AspNetCore.EasyAuthAuthentication copied to clipboard
This helps getting azure appservice authentication working with asp.net core
ObjectID is only available inside "id_token" parameter of me.json and not a parameter on it's own so it is not includet in Calims
There are some edge cases that you can access an protected endpoint with an invalid token. The signature must be valid, but for example sometimes the token can be revoked...
Because of the public usage of this package, we will move it into the org GitHub org @codez-one and on NuGet to the org czon. This helps us to avoid...
Azure Easy Auth allows you to configure `allow anonymous request` and then configure many IDPs as valid source. To support this scenario with this library we must implement a login...
Currently we only has an implementation for Azure Active directory Users and Applications. I have look a little bit in to the other providers and the abstraction of azure is...