Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
428 stars 49 forks source link

Allow override different parameters between Client Auth and HTTP API Auth #153

Closed unaizorrilla closed 4 years ago

unaizorrilla commented 4 years ago

Well, after discussing on #152 the steps to add Azure AD auth on Esquio UI we discover that could be necesary to allow specify different parameters between client auth and http api auth, on this discussion we discover that Azure AD change the issuer value on access_token and this can break JWT authentication handler!

We try to maintain simplicity for scenarios with Identity Server but allow to be more specific when necesary,

unaizorrilla commented 4 years ago

Fixed on #152