Resolved! Add additional request parameter during get token for external OIDC Identy Provider
We are using an external OIDC Identity Provider for users to log in. To be able to get the token successfully (using the token URL) from the provider, we need to enforce an additional parameter to the /token request. For Oauth, there is a specific r...