Basic Authentication
Basic username+password authentication
AUTH_TYPE: "LOGIN_FORM"
SPRING_SECURITY_USER_NAME: admin
SPRING_SECURITY_USER_PASSWORD: passauth:
type: LOGIN_FORM
spring:
security:
user:
name: admin
password: passLast updated
Was this helpful?