omniauth-microsoft_graph
omniauth-microsoft_graph copied to clipboard
An Omniauth strategy for the Microsoft Graph Api.
Some accounts are failing with this error while other work without any issues:  ERROR -- omniauth: (microsoft_graph) Authentication Failure! Could not find public key for kid ---------- This 'kid'...
Oauth2 version 2.0.10 introduced a breaking change that breaks this gem, this PR restricts the dependency to the last known working version closes #43
Following the [issue](https://github.com/oauth-xx/oauth2/issues/648) in the oauth repo. There was a breaking change in which you cant access Oauth2 responses by symbol anymore and it breaks the domain verifier `lib/omniauth/microsoft_graph/domain_verifier.rb:79` since...
Hi, This patch addresses https://github.com/synth/omniauth-microsoft_graph/issues/41 We have customers failing to complete OAuth because their UPN Domain is some cased variation of their email domain, for example, the email is `[email protected]`,...
I don't think it should matter but we've seen a user have a upn domain that is in all caps.
Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version. Updates `sinatra` to 4.1.0 Changelog Sourced from sinatra's changelog. 4.1.0 / 2024-11-18 New: Add host_authorization setting (#2053) Defaults to .localhost,...
Before this commit adding this gem downgraded JWT from 3.1.x to 2.x. for our app. Tests are passing with JWT 3.1.2, the latest version.
## Problem Users experiencing domain verification failures currently see **500 Internal Server Errors** instead of proper authentication failure messages. This creates a poor user experience and makes debugging difficult, as...