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
| JWT_VERIFY_KEY | smallrye.jwt.verify.key.location | Location of certificates to verify the JWT. |http://localhost:8089/auth/realms/compas/protocol/openid-connect/certs|
79
+
| JWT_VERIFY_ISSUER | mp.jwt.verify.issuer | The issuer of the JWT. |http://localhost:8089/auth/realms/compas|
80
+
| JWT_VERIFY_CLIENT_ID | mp.jwt.verify.audiences | The Client ID that should be in the "aud" claim. | scl-auto-alignment |
81
+
| JWT_GROUPS_PATH | smallrye.jwt.path.groups | The JSON Path where to find the roles of the user. | resource_access/scl-auto-alignment/roles |
82
+
83
+
There are no roles defined in this service, only need to be authenticated.
0 commit comments