Hi,
We are using Okta IdP provider for Oauth2.0 authentication with Identity Manager. We have enabled oauth and have configured all parameters for Oauth2.0 under QER>Person>Oauth Authenticator such as ClientID, shared secret(ClientSecret), issuer, Login and logout endpoints including Token end point. Scope is set to OpenId Profile.
Search Column and Search table are pointing to the right tables where the User data is present.
Authentication module is selected to Oauth2.0 role based in web designer.
When We access the web URL, It is redirecting to the authorization server of Okta, after authentication, we are getting error specified as "Invalid_request. Cannot supply multiple client credentials. Use one of the following: credentials in the Authorization header, credentials in the post body, or a client_assertion in the post body" in the log in page.
From okta logs, The error shown was "Multiple Credentials".
If the error caused is due to multiple credentials, how to supply credentials in header or post body only?
Thanks