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|
101
+
| JWT_VERIFY_ISSUER | mp.jwt.verify.issuer | The issuer of the JWT. |http://localhost:8089/auth/realms/compas|
102
+
| JWT_VERIFY_CLIENT_ID | mp.jwt.verify.audiences | The Client ID that should be in the "aud" claim. | scl-data-service |
103
+
| JWT_GROUPS_PATH | smallrye.jwt.path.groups | The JSON Path where to find the roles of the user. | resource_access/scl-data-service/roles |
104
+
105
+
The application uses the following list of roles. The fine-grained roles are built up of the types of SCL Files this
106
+
service supports and the rights READ/CREATE/UPDATE/DElETE. This way the mapping of the roles to groups/users can be
0 commit comments