Skip to content

Commit 89d9e4e

Browse files
committed
RUN-16860-added-info-for-editing-and-viewing
1 parent b62eeca commit 89d9e4e

File tree

1 file changed

+16
-8
lines changed
  • docs/admin/runai-setup/authentication

1 file changed

+16
-8
lines changed

docs/admin/runai-setup/authentication/sso.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ To define OAuthClient, follow these steps:
3131

3232
1. Create a new ```OAuthClient``` Kubernetes object with the following content
3333
```
34-
apiVersion: oauth.openshift.io/v1
35-
grantMethod: auto
36-
kind: OAuthClient
37-
metadata:
38-
name: my-client
39-
redirectURIs:
34+
apiVersion: oauth.openshift.io/v1
35+
grantMethod: auto
36+
kind: OAuthClient
37+
metadata:
38+
name: my-client
39+
redirectURIs:
4040
- https://<runai_env_url>/auth/realms/runai/broker/openshift-v4/endpoint
41-
secret: this-is-my-secret
41+
secret: this-is-my-secret
4242
```
4343
2. Run the following command to apply the OAuthClient object to the environment. Create the object on OpenShift cluster where you define your OpenShift IDP:
4444
```
@@ -88,7 +88,7 @@ You can configure your IdP to map several IdP attributes:
8888
8989
Press `Download` to download the file.
9090

91-
Pres `Edit` to both download the file, and view the:
91+
Press `Edit` to both download the file, and view the:
9292

9393
* Identity provider URL.
9494
* Identity provider entity ID.
@@ -103,6 +103,14 @@ You can configure your IdP to map several IdP attributes:
103103
5. In the `User attributes` field enter the attribute and the value in the identity provider. (optional)
104104
6.When complete, press `Save`.
105105

106+
After you have configured the OIDC settings, you can view and edit the identity provider settings.
107+
108+
Press `Edit` to view and edit the:
109+
110+
* Discovery URL.
111+
* Client ID.
112+
* Client secret.
113+
106114
=== "OpenShift V4"
107115

108116
1. In the `Discovery URL` field, enter the discovery URL .

0 commit comments

Comments
 (0)