Replies: 3 comments 2 replies
-
Try looking at the inner exception of the |
Beta Was this translation helpful? Give feedback.
-
This is the inner exception message `
` |
Beta Was this translation helpful? Give feedback.
-
My dependencies look like this. Am I missing something? Because I am still getting the same error. |
Beta Was this translation helpful? Give feedback.
-
Hello,
we want to validate a jwt we receive from keycloak in C# using openid connect.
We have this code:
`
builder.Services.AddAuthentication("Bearer")
`
And we receive this error message:
`
Microsoft.AspNetCore.Server.Kestrel[13]
`
Is there any configuration in keycloak we are missing or must we add something to our c# code?
Thank you for your help
Ana
Beta Was this translation helpful? Give feedback.
All reactions