Commit f7a41f58 by Johannes Edmeier

remove reference to spring-boot-admin-server-ui-login

parent fbcdb0f3
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
=== Securing Spring Boot Admin Server === === Securing Spring Boot Admin Server ===
Since there are several approaches on solving authentication and authorization in distributed web applications Spring Boot Admin doesn't ship a default one. Since there are several approaches on solving authentication and authorization in distributed web applications Spring Boot Admin doesn't ship a default one.
If you include the `spring-boot-admin-server-ui-login` in your dependencies it will provide a login page and a logout button. By default `spring-boot-admin-server-ui` provides a login page and a logout button.
A Spring Security configuration could look like this: A Spring Security configuration could look like this:
[source,java] [source,java]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment