Okta authentication with Symfony

Looking for some guidance with authenticating in Symfony 5/6.

I’ve implemented oauth authentication using the guide below. But this never asks for credentials it just authenticates and logs me in to the app.

Hello,
I have never tested this integration, but assuming you have it configured correctly are you testing in a browser that already has a valid Okta session?
If this integration uses a redirect model which I assume it does your application maybe redirecting you to Okta (/authorize call) where you already have a session. So you won’t be prompted to enter credentials and instead redirect back your application where it makes the /token call and you are logged into the app. You can verify the calls being made in the dev console of your browser.

You might try testing in an incognito window if you haven’t already.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.