KK.AspNetCore.EasyAuthAuthentication icon indicating copy to clipboard operation
KK.AspNetCore.EasyAuthAuthentication copied to clipboard

This helps getting azure appservice authentication working with asp.net core

Results 5 KK.AspNetCore.EasyAuthAuthentication issues
Sort by recently updated
recently updated
newest added

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

breaking change

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

announcement

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

breaking change

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