You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-10-10 15:03:13.181787+00:00 [error] <0.156.0> auth_oauth2.issuer invalid, According to the JWT Specification, Key Server URL must be https. 2024-10-10 15:03:13.185982+00:00 [error] <0.156.0> Error preparing configuration in phase validation: 2024-10-10 15:03:13.186080+00:00 [error] <0.156.0> - auth_oauth2.issuer invalid, According to the JWT Specification, Key Server URL must be https.
Reproduction steps
As described in the tutorial:
export MODE=oauth2-proxy
make start-rabbitmq
Expected behavior
rabbitmq container should boot up.
Additional context
No response
The text was updated successfully, but these errors were encountered:
There is also a minor issue I opened last week should you face it. it is related to logging out from the management when using idp-initiated login like this one with oauth2-proxy.
By the way, I just tested the whole tutorial using Keycloak:26.0 with no issues. I just got this warning in the Keycloak UI but apart from that, everything seems to be working as expected:
Describe the bug
Testing this scenario: https://www.rabbitmq.com/docs/oauth2-examples-proxy produces that rabbitmq container doesn't boot up:
2024-10-10 15:03:13.181787+00:00 [error] <0.156.0> auth_oauth2.issuer invalid, According to the JWT Specification, Key Server URL must be https. 2024-10-10 15:03:13.185982+00:00 [error] <0.156.0> Error preparing configuration in phase validation: 2024-10-10 15:03:13.186080+00:00 [error] <0.156.0> - auth_oauth2.issuer invalid, According to the JWT Specification, Key Server URL must be https.
Reproduction steps
As described in the tutorial:
Expected behavior
rabbitmq container should boot up.
Additional context
No response
The text was updated successfully, but these errors were encountered: