Issuer and Client_id

Where can I find below properties ? Any documentation would be helpful.

ISSUER=https://yourOktaDomain.com/oauth2/default
CLIENT_ID=123xxxxx123

@amit.dandawate please what are you trying to achieve here?
Can you provide more information.

Also, here is the documentation for OpenID Connect & OAuth 2.0 API. You can get more info there depending on what you are looking for.

@lehone I am building React JS app and implementing Okta Hosted Login, referring https://github.com/okta/samples-js-react/tree/master/okta-hosted-login git repo.
Please confirm if I am moving in right direction to implement new Okta Identity Engine Limited GA release. Please correct if I am wrong.

You can follow the documentation on Initial set up for the redirect authentication, it shows you how to create an application and get the Client_ID as well as your Okta domain.

Please note that you have to use the Okta Identity Engine Limited GA release

Hope this helps.

1 Like

@amit.dandawate, the doc @lehone provided is helpful. Just added more details here.
You can find the client_id under “General” tab of your OIDC app.

For the issuer, if you have the access to authorization server (Go to Security → API), you can find issuer url as below:

2 Likes

You can find the client_id under “General” tab of OIDC app created by you.