Skip to content

Commit

Permalink
[ZEPPELIN-6065] Remove broken links on the Apache Shiro authenticatio…
Browse files Browse the repository at this point in the history
…n page (apache#4803)

* docs: Fix broken links on the Apache Shiro authentication page

* Update docs/setup/security/shiro_authentication.md

---------

Co-authored-by: Cheng Pan <[email protected]>
  • Loading branch information
seung-00 and pan3793 authored Aug 27, 2024
1 parent 32f2a8e commit adcf047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/security/shiro_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ group1 = *
```

## Configure Realm (optional)
Realms are responsible for authentication and authorization in Apache Zeppelin. By default, Apache Zeppelin uses [IniRealm](https://shiro.apache.org/static/latest/apidocs/org/apache/shiro/realm/text/IniRealm.html) (users and groups are configurable in `conf/shiro.ini` file under `[user]` and `[group]` section). You can also leverage Shiro Realms like [JndiLdapRealm](https://shiro.apache.org/static/latest/apidocs/org/apache/shiro/realm/ldap/JndiLdapRealm.html), [JdbcRealm](https://shiro.apache.org/static/latest/apidocs/org/apache/shiro/realm/jdbc/JdbcRealm.html) or create [our own](https://shiro.apache.org/static/latest/apidocs/org/apache/shiro/realm/AuthorizingRealm.html).
To learn more about Apache Shiro Realm, please check [this documentation](http://shiro.apache.org/realm.html).
Realms are responsible for authentication and authorization in Apache Zeppelin. By default, Apache Zeppelin uses **IniRealm** (users and groups are configurable in `conf/shiro.ini` file under `[user]` and `[group]` section). You can also leverage Shiro Realms like **JndiLdapRealm**, **JdbcRealm** or create **AuthorizingRealm**.
To learn more about Apache Shiro Realm, please check [this documentation](https://shiro.apache.org/realm.html).

We also provide community custom Realms.

Expand Down

0 comments on commit adcf047

Please sign in to comment.