no oauth link in the login ui #1380
Unanswered
lekpamartin
asked this question in
Q&A
Replies: 2 comments
-
Please add more relevant information for people to help you like configuration snippet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
An extract of my config : micronaut:
security:
enabled: true
oauth2:
enabled: true
clients:
myoauth:
client-id: "XX"
client-secret: "YYY"
scopes:
- matricule
openid:
issuer: "ZZZZ"
authorization:
url: ZZZ
token:
url: ZZZZ
auth-method: client-secret-post
akhq:
security:
default-group: no-roles
myoauth:
enabled: true
providers:
myoauth:
label: "Login with myoauth"
username-field: matricule |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have deployed docker dev tag to test oauth2. I configured like descibed in application.example.yml.
Docker version is 20.10.22
The container start without error in log but in the login ui I don't have link to oauth2.
Any idea?
Thx
Beta Was this translation helpful? Give feedback.
All reactions