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
Copy file name to clipboardexpand all lines: _source/_posts/2023-07-28-oidc_workshop.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -519,16 +519,14 @@ Open the model for `Org`, press the green **Add record** button, and press the g
519
519
520
520
1.**Domain**-Enterthedomainnameofthisorganization. Itshouldmatchthedomainnameoftheemailaddressthey'll use. For example, if your customer'sorganizationdomainis`whiterabbit.fake`, thedomainrecordis"whiterabbit.fake". Sincewearetestingwithmade-upcustomers, usetheemaildomainyouusedwhenyousignedupfortheOktaDeveloperEditionorganization.
2.**Issuer**-Inthe"Security"sectionofthesidebarintheOktaAdminConsole, navigateto**API**. ThispageliststheIssuerURIfortheOktaorganization, whichgoesintotheapp's database for that org as its `issuer`.
523
-
3.**Authorizationendpoint**and**Tokenendpoint**-OnthesamepageintheOktaAdminconsoleastheissuer, clickthenameofthedefaultauthorizationserver, findthe**MetadataURI**. ThisURIwillbeoftheform`your-dev-account-id.okta.com/oauth2/default/.well-known/oauth-authorization-server`. ClickontheURItoopenitinthebrowserwhereyouwillseedatainJSONformat. Fromthisauthorizationservermetadata, copythe`authorization_endpoint`tothe`authorization_endpoint`fieldinyourapp's database. Copy the `token_endpoint` to the corresponding field in the database as well.
2.**Issuer**, **Authorizationendpoint**, and**Tokenendpoint**-VisityourOktaorgauthorizationserver**MetadataURI**directlythroughthebrowserbyvisitingthisURL`https://{yourOktaOrg}/.well-known/openid-configuration` – besuretoaddyourspecificOktaorgURL. Formoreinformation, refertothisdocumentationonthe [Oktaorgauthorizationserver](https://developer.okta.com/docs/concepts/auth-servers/#org-authorization-server). From this authorization server metadata, copy the `issuer` to the `issuer` field, then the `authorization_endpoint` to the `authorization_endpoint` field in your app's database, and finally the `token_endpoint` to the corresponding field in the database as well.
0 commit comments