Skip to content

Commit

Permalink
Fix(auth): changed condition to display Login Form (#736)
Browse files Browse the repository at this point in the history

Co-authored-by: Julien Chanaud <julien.chanaud@michelin.com>
  • Loading branch information
twobeeb and Julien Chanaud authored Jun 15, 2021
1 parent 0a02ee4 commit bcb4370
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/resources/application-oidc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ micronaut:
secret:
generator:
secret: d93YX6S7bukwTrmDLakBBWA3taHUkL4qkBqX2NYRJv5UQAjwCU4Kuey3mTTSgXAL
ldap:
enabled: false
oauth2:
enabled: true
clients:
Expand Down Expand Up @@ -62,6 +64,7 @@ akhq:

security:
default-group: no-filter
basic-auth: []
groups:
admin:
name: admin
Expand Down

0 comments on commit bcb4370

Please sign in to comment.