pan3793 commented on code in PR #4803:
URL: https://github.com/apache/zeppelin/pull/4803#discussion_r1731344508


##########
docs/setup/security/shiro_authentication.md:
##########
@@ -99,7 +99,7 @@ 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).
+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](http://shiro.apache.org/realm.html).

Review Comment:
   ```suggestion
   To learn more about Apache Shiro Realm, please check [this 
documentation](https://shiro.apache.org/realm.html).
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to