You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
@TerjeBr From my understanding, this SDK is designed to work with Okta's admin UI, and does not implement OAuth for endusers. However, Okta is built upon open standards such as OAuth 2.0 / OIDC, so it should work with many off-the-shelf 3rd party libraries.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It is documented how to exchange access code for an id token at https://developer.okta.com/docs/guides/implement-auth-code/exchange-code-token/
But I wonder if it is possible to use this okta-sdk-php to do that? Or do I have to just use my own http client implementation?
The text was updated successfully, but these errors were encountered: