Skip to content

Commit 3cd5532

Browse files
authored
Update cloud-authentication.adoc Okta discovery URL (#554)
* Update cloud-authentication.adoc Okta discovery URL Changed Okta discovery URL to authorization server details that supports groups inclusion in scope. * added okta auth server link
1 parent d56a2d4 commit 3cd5532

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/security/pages/cloud-authentication.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ To integrate with Okta, follow the https://help.okta.com/en-us/Content/Topics/Ap
3737
https://auth.prd.cloud.redpanda.com/login/callback
3838
```
3939

40-
Okta provides the following fields required for SSO configuration on the Redpanda *Users* page: `clientId`, `clientSecret`, and `discoveryUrl`. The discovery URL for Okta generally looks like the following (where `an_id` could be “default”):
40+
Okta provides the following fields required for SSO configuration on the Redpanda *Users* page: `clientId`, `clientSecret`, and `discoveryUrl`. The discovery URL for Okta depends on the https://help.okta.com/oie/en-us/content/topics/security/api-build-oauth-servers.htm[Authorization server] details:
4141

4242
[pass]
4343
```
44-
https://<orgname>.okta.com/oauth2/<an_id>/.well-known/openid-configuration
44+
https://<orgname>.okta.com/.well-known/openid-configuration
4545
```
4646

4747
==== Integrate with Microsoft Entra ID

0 commit comments

Comments
 (0)