Success Login and a Failed Exchange

@sagun786 @colin.coutts
Our issue has been solved by the following changes.

before

grant_types:
  - authorization_code
  - implicit
  - refresh_token
  - client_credentials
token_endpoint_auth_method: client_secret_post

after

grant_types:
  - authorization_code
  - implicit
  - refresh_token
token_endpoint_auth_method: none
5 Likes