[OIDC] Make API Authorization(resource) optional #1664
Labels
Issue type - enhancement request
New feature being requested outside of original scope.
Plugin - auth_oidc
The OIDC plugin sends
resource
request for api authorization. The request is sent tohttps://graph.microsoft.com
by default.We use OIDC plugin just for authentication and not for any API authorization. In current state our IdP integration will always fail with
Error in OpenID Connect: unauthorized ‘resource’ requested
Could we make
Resource
paramnull
by default.I'll open a PR for this
Edit: Opened a PR microsoft/moodle-auth_oidc#48
The text was updated successfully, but these errors were encountered: