CAC Authentiction on newer versions of Keycloak (24+) not working, create-user.jar also broken. #1441
localhostDJT
started this conversation in
Q&A
Replies: 1 comment
-
After reviewing the stigman-auth github page, I saw the @csmig updated the realm-import file for Keycloak version 26.0.6 yesterday, I am no longer receiving this error when logging in: No changes other than that. |
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
-
Hello,
I have recently set up an instance of STIG Manager with the following versions:
STIG-Manager: latest
Keycloak: 24.0.5, 25.0.4, 26.0.5
NGINX: 1.27.2
nginx.conf
docker-compose.yml:
I downloaded the latest DoD certificates from the cyber.mil website and followed their instructions to convert them in .PEM format to be used as a CA.pem (/certs/dod_CAs.pem) with openssl, and mounted the .pem file for NGINX to be used as the CA:
ssl_client_certificate /etc/nginx/dod-certs.pem;
I also created my own root Certificate Authority and signed my hosts certificates and referenced them in NGINX as well:
The Keycloak import file I am using is from the stigman-auth orchestration uploaded for version 23.0.1 of Keycloak, but I do not believe it has any x.509 settings imported.
Current status:
KC-SERVICES0091: Request is missing scope 'openid' so it's not treated as OIDC, but just pure OAuth2 request.
My docker-compose.yml for Keycloak 26.0.5:
Not really seeing any errors after logging in.
Any help is greatly appreciated!
Very respectfully
Beta Was this translation helpful? Give feedback.
All reactions