I am trying to integrate okta in swagger ui ,
and facing given below issue:
Auth Error{“state”:“V2VkIEF1ZyAwMyAyMDIyIDA3OjU0OjUzIEdNVC0wNDAwIChFYXN0ZXJuIERheWxpZ2h0IFRpbWUp”,“error”:“unsupported_response_type”,“error_description”:“The+response+type+is+not+supported+by+the+authorization+server.+Configured+response+types:+[code].”}
I am struggling to get solution for above error, my details are as below:
Client ID :0oa61mwiewsu2C2dl5d7
GrantType :Authorization Code
Apptpye: OIDC/Web App
URL: dev-33312866.okta.com
, Hope to hear from you as our company looking to integrate okta as soon as possible to our 3 Api’s project.
Now you need to make sure you include a nonce in your /authorize request, see our docs for more details about required parameters for the /authorize endpoint.
Am passing nonce values as blank, that is working fine, but after authorization, not getting authorize button as locked for api’s end point in swagger, sharing screenshot