This message was deleted.
# general
m
This message was deleted.
s
@salmon-island-58827 Are you trying to write a login/sign up for the SPA, or are you looking for service authorization, or rule based api protection, or SSO? Ory does all of the above. We are not Okta experts at Iry but many in the community used Okta in the past.
s
We already have a corporate sign in page and our SPA is already hooked up to sign in through OIDC + PKCE flow. No need for a solution to host a UI or be the IDP What's missing is auth on the API side. I'm not clear on the flow and setup needed to have UI login through OIDC and use that identity to retrieve authorization into our API. It seems like we need an endpoint on our auth API to take an Okta token, verify it, then if valid exchange for an application access token.