pow-auth / assent

Multi-provider framework in Elixir
https://powauth.com
MIT License
391 stars 45 forks source link

Fix azure ad strategy #78

Closed danschultzer closed 3 years ago

danschultzer commented 3 years ago

59 changed the alg to HS256, but Azure AD uses RS256 to sign the id tokens.

Resolves https://github.com/pow-auth/pow_assent/issues/205