mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Minor doc fix
This commit is contained in:
parent
28ea69763c
commit
733530f0fe
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ Authentication is company-specific.
|
|||
|
||||
One option is to use [Basic Access Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication)
|
||||
|
||||
Anoteher is to have an authentication server that can verify user credentials in an LDAP server.
|
||||
Another option is to have an authentication server that can verify user credentials in an LDAP server.
|
||||
If an incoming request to the Zeppelin server does not have a cookie with user information encrypted with the authentication server public key, the user
|
||||
is redirected to the authentication server. Once the user is verified, the authentication server redirects the browser to a specific
|
||||
URL in the Zeppelin server which sets the authentication cookie in the browser.
|
||||
|
|
|
|||
Loading…
Reference in a new issue