Skip to content

Commit

Permalink
enable bearer auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Nov 21, 2023
1 parent 312ec48 commit 9fa3e25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Empty file.
5 changes: 4 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ micronaut:
application:
name: oda-config-server
security:
authentication: cookie
token:
bearer:
enabled: true
cookie:
enabled: true
jwt:
signatures:
jwks:
Expand Down

0 comments on commit 9fa3e25

Please sign in to comment.