Skip to content

Commit

Permalink
Update auth.md (unitycatalog#531)
Browse files Browse the repository at this point in the history
**PR Checklist**

- [X] A description of the changes is added to the description of this
PR.
- [ ] If there is a related issue, make sure it is linked to this PR.
- [ ] If you've fixed a bug or added code that should be tested, add
tests!
- [ ] If you've added or modified a feature, documentation in `docs` is
updated

**Description of changes**
Clarification of Identity providers supported

<!-- Please state what you've changed and how it might affect the users.
-->

Signed-off-by: Denny Lee <denny.g.lee@gmail.com>
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
  • Loading branch information
dennyglee authored and vikrantpuppala committed Oct 1, 2024
1 parent 699fe43 commit 9efc6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/server/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To try out authentication and authorization, first configure your preferred exte
* [Optional] `ui/.env` so the Unity Catalog UI can also use the same `client_id`.

!!! note "Unity Catalog UI supported Identity Authentication Providers"
Currently, the Unity Catalog User Interface supports Google, Okta, and Keyclock
Currently, the Unity Catalog User Interface supports Google Identity Provider.

You can follow [these instructions](./google-auth.md) if would like to use Google as your external identity provider.

Expand Down Expand Up @@ -332,4 +332,4 @@ REACT_APP_GOOGLE_AUTH_ENABLED=false
REACT_APP_GOOGLE_CLIENT_ID=
```

Restarting your UC server (i.e., `bin/start-uc-server`) and UI (i.e., `yarn start`) will open a new browser window with the Google Auth login. In this case, there will be **no profile menu nor any login screen** but you will be able to see your UC assets.
Restarting your UC server (i.e., `bin/start-uc-server`) and UI (i.e., `yarn start`) will open a new browser window with the Google Auth login. In this case, there will be **no profile menu nor any login screen** but you will be able to see your UC assets.

0 comments on commit 9efc6c8

Please sign in to comment.