JWT Rich Authorization Request - how to set field? #7191
Answered
by
h0jeZvgoxFepBQ2C
h0jeZvgoxFepBQ2C
asked this question in
Questions
-
I'm setting the RAR field like following: But in my logs it seems that the field is not respected and it can't find any scope?
Any idea what I do wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
h0jeZvgoxFepBQ2C
Feb 4, 2023
Replies: 1 comment
-
I found the error, I forgot to set the resource server type:
After adding this in my advanced config file it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
h0jeZvgoxFepBQ2C
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the error, I forgot to set the resource server type:
{resource_server_type, <<"rabbitmq">>}
After adding this in my advanced config file it works.