Replies: 1 comment
-
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
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
-
OIDCWiremockTestResource and application.yml
Could you please get OIDCWiremockTestResource
What is the best way to integrate OIDCWiremockTestResource with password and user authentification?
There are five pathways in quarks OIDC WireMock:
CLIENT
PASSWORD
CODE/EXCHANGE/REFRESH
I am using CODE the OIDCWIremockTestResource works fine.
When I try to use password or secret it throw out 401 exception from the rest client. On token retrivement it wrouts that endpoint ${keycloak.url}/realms/quarkus doesn't match as it expects authentification_code
May I need some additional setup provided for the server? I just Autowire it and use.
My config:
My compact code
oidc-client: credentials: secret: secret grant: type: code application-type: service auth-server-url: ${keycloak.url}/realms/quarkus id: quarkus-app client-id: quarkus-app
Maybe I need to do some additional adjustments to the OIDCWIremockTestResource?
I am using WireMock for the application to mock requests from the client.
Thank you, Irina
Beta Was this translation helpful? Give feedback.
All reactions