Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

How to exchange code for id token #128

Open
TerjeBr opened this issue Jul 23, 2021 · 1 comment
Open

How to exchange code for id token #128

TerjeBr opened this issue Jul 23, 2021 · 1 comment

Comments

@TerjeBr
Copy link

TerjeBr commented Jul 23, 2021

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?

@aarongranick-okta
Copy link

@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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants