AJMartin

Results 2 comments of AJMartin

Hello @bufferoverflow thanks for you answer, Here is my configuration: ``` issuer: 'https://login.microsoftonline.com/{tenant}/v2.0' scope: - openid - email response_type: code discovery: true required_state: false client_options: scheme: https port: 443 host:...

Hello @bufferoverflow, Rack OAuth2 is a requirement for omniauth_openid_connect. You can find more information in the [openid_connect.gemspec](https://github.com/nov/openid_connect/blob/main/openid_connect.gemspec). Regarding setting all endpoints explicitly, I am still receiving the same error response.