Hi I am trying some integration and using okta reset api so for that
I require the domain name ,post and the access token, I am in Genpact so do I need to use Genpact tenant please share domain , access token .
Hi @ritu
You can follow one of the following flows to create an OIDC application and generate an access token:
- Authorization Code Flow: https://developer.okta.com/docs/guides/implement-auth-code/overview/
- Authorization Code Flow with PKCE: https://developer.okta.com/docs/guides/implement-auth-code-pkce/overview/
- Client Credentials Flow: https://developer.okta.com/docs/guides/implement-client-creds/overview/
- Implicit Flow: https://developer.okta.com/docs/guides/implement-implicit/overview/