Can we set the OIDC redirect URI request content-type? #819
-
I have set an OIDCRedirectURI in apache configuration to support keystone with OIDC and after successful google login it does a POST call on redirect URI with id_token the Content-Type being used is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
no, there is not and there shouldn't be; the content type is standards compliant; I think you'll need to review Keystone docs to fix this because there's samples out there that show how to configure this (most probably without setting OIDCResponseType to form_post) |
Beta Was this translation helpful? Give feedback.
no, there is not and there shouldn't be; the content type is standards compliant; I think you'll need to review Keystone docs to fix this because there's samples out there that show how to configure this (most probably without setting OIDCResponseType to form_post)