-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the application-type property in the oidc web authentication guide #5414
Fix the application-type property in the oidc web authentication guide #5414
Conversation
@@ -65,11 +65,11 @@ The OpenID Connect extension allows you to define the configuration using the `a | |||
---- | |||
quarkus.oidc.auth-server-url=http://localhost:8180/auth/realms/quarkus | |||
quarkus.oidc.client-id=frontend | |||
quarkus.oidc.client-type=web-app | |||
quarkus.oidc.application-type=web-app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it a typo in the doc or is it related to some recent code changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was something we discussed with Pedro, client-type
was in the PR only but application-type
was what made it to the master
I've added a comment, just to be sure it's not a breaking change that needs to be tracked. |
@cescoffier sure, it probably made it to the docs while we were still discussing PR, so it is OK |
So are we good to merge this? |
No description provided.