Skip to content

Commit 1e64775

Browse files
committed
RUN-16044-removed-limitation
1 parent 93d9d8f commit 1e64775

File tree

1 file changed

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

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,22 @@ Run:ai supports SSO using the [SAML 2.0](https://en.wikipedia.org/wiki/Security_
1212

1313
*Identity Provider (Idp)*— a system that creates, maintains, and manages identity information. Example IdPs: Google, Keycloak, Salesforce, Auth0.
1414

15-
## SAML 2 Prerequisites
15+
## Prerequisites
16+
17+
For each of the SSO options, there are prerequisites that should be considered.
18+
19+
### SAML 2
1620

1721
**XML Metadata**—you must have an *XML Metadata file* retrieved from your IdP. Upload the file to a web server so that you have a URL to the file. The URL must have the *XML* file extension. For example, to connect using Google, you must create a custom SAML App [here](https://admin.google.com/ac/apps/unified){target=_blank}, download the Metadata file, and upload it to a web server.
1822

19-
## OIDC Prerequisites
23+
### OIDC
2024

2125
* **Discovery URL**—the OpenID server where the content discovery information is published.
2226
* **ClientID**—the ID used to identify the client with the Authorization Server.
2327
* **Client Secret**—a secret password that only the Client and Authorization Server know.
2428

2529

26-
## OpenShift Prerequisites
30+
### OpenShift V4
2731

2832
Before using OpenShift, first define OAuthClient to control various aspects of the OAuth flow, such as redirect URIs and authentication methods to ensure secure and approprpriate access to resources.
2933

@@ -49,7 +53,7 @@ oc apply <file name>
4953
oc get oauthclient
5054
```
5155

52-
### Additional attribute mappings
56+
## Additional attribute mappings
5357

5458
You can configure your IdP to map several IdP attributes:
5559

0 commit comments

Comments
 (0)