<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00008pp3FjCAIOkta Classic EngineAuthenticationAnswered2023-03-02T16:35:32.000Z2023-03-01T05:05:58.000Z2023-03-02T16:35:32.000Z

EslamA.19301 (Customer) asked a question.

setting prompt to login doesn't work

when using prompt parameter in ${baseUrl}/v1/authorize call , it doesn't actually prompt the user to reauthenticate if they already logged in. any ideas ?

 

here is example of the full request

 

https://{baseURL}/oauth2/{authorizationServerId}/v1/authorize?&prompt=login&response_type=code&scope=openid%20profile&redirect_uri={redUrl}&client_id={clientID}&state=test&code_challenge={generatedcode}&code_challenge_method=S256


  • Hi @EslamA.19301 (Customer)​ , Thank you for reaching out to the Okta Community!

     

    I'm not sure about the prompt parameter but I found mentions of forcing reauthentication in the following article: 

    https://developer.okta.com/docs/guides/step-up-authentication/main/#overview

    Pasted 

    My advice would be to reach out to the dedicated Developer Forum devforum.okta.com to take advantage of their expertise.  

    While we'll do our best to answer all of your questions here, this medium is more inclined towards Okta core products and features. 

     

     

    If my answer helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you. 

     

    Hope my answer helps! 

    --------------------------------

    Community members help others by clicking Like or Select as Best on responses. Try it today.

    Expand Post
This question is closed.
Loading
setting prompt to login doesn't work