We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you configure Office385 for authentication the request goes to
authorize_url: '/common/oauth2/v2.0/authorize token_url: '/common/oauth2/v2.0/token
We need tenants, so the URLs will be like this:
authorize_url: '/mytenant/oauth2/v2.0/authorize token_url: '/mytenant/oauth2/v2.0/token
It would be great to set this parameter with OFFICE365_TENANT
OFFICE365_TENANT
Thank you in advance!
The text was updated successfully, but these errors were encountered:
See also blindsidenetworks/omniauth-bn-office365#4
Sorry, something went wrong.
I can't imagine will support this natively anytime soon. You'd be better off using OpenID instead and choosing a provider that allows multiple tenants
If someone else need this feature, they can use our forked repo at https://github.com/werk21/omniauth-bn-office365 and use this in their Gemfile.
No branches or pull requests
If you configure Office385 for authentication the request goes to
authorize_url: '/common/oauth2/v2.0/authorize
token_url: '/common/oauth2/v2.0/token
We need tenants, so the URLs will be like this:
authorize_url: '/mytenant/oauth2/v2.0/authorize
token_url: '/mytenant/oauth2/v2.0/token
It would be great to set this parameter with
OFFICE365_TENANT
Thank you in advance!
The text was updated successfully, but these errors were encountered: