Skip to content
Discussion options

You must be logged in to vote

Finally got to the bottom of this and got it working. 'AzureAD' is the correct setting but the root cause turned out to be the use of self-signed certificates in my sandbox setup. To fix this, I created a new self-signed root cert and generated a new server cert for keycloak using that. I then imported the self-signed CA root cert into my dab container (into /etc/pki/ca-trust/source/anchors/) and ran update-ca-trust to update the trusted root bundle in the container. Would be nice if the .Net JWT handler had a more descriptive error, but hey, at least it's working now.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by srae-ma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant