I have configured a react SPA app on an okta tenant, the redirect works fine and takes me to the sign in page, but when i click on sign in on the okta sign in page - it show me the following message:
“You are not allowed to access this app. To request access, contact an admin.”
Also i see the following in the network tab:
{name: “failure-redirect”,…} which comes from
https://{myoktadomain}.okta.com/idp/idx/challenge/answer
I have also already checked Okta Help Center (Lightning) post and changed the access policy on my custom oidc app
Can someone please help me with this? I would greatly appreciate since this would remove a huge blocker for us.
Thanks