From 2d9326eade57292590a79eab2aef5d10b5acecc0 Mon Sep 17 00:00:00 2001 From: Semona Igama Date: Sun, 18 Aug 2024 19:57:35 -0700 Subject: [PATCH] Update 2024-04-30-express-universal-logout.md --- _source/_posts/2024-04-30-express-universal-logout.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_source/_posts/2024-04-30-express-universal-logout.md b/_source/_posts/2024-04-30-express-universal-logout.md index 034339e13..a443e1982 100644 --- a/_source/_posts/2024-04-30-express-universal-logout.md +++ b/_source/_posts/2024-04-30-express-universal-logout.md @@ -68,6 +68,8 @@ While viewing your database locally, you'll also see an org table. By clicking t - client_secret = ${ClientSecret} - apikey = 131313 +>**Note**: You can also get these OIDC-related endpoints by visiting this metadata URL `https://{yourOktaOrg}/.well-known/openid-configuration` provided by the [Okta Org authorization server](https://developer.okta.com/docs/concepts/auth-servers/#discovery-endpoints-org-authorization-servers). + ### Create a test user To test whether UL works for our app, we'll create a user on Okta whose account we'll forcibly sign out.