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?
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?