This repository contains three example applications to demonstrate how you can connect to the authentication server.
You can use our authentication server with the following credentials, in all our example projects. We use https://www.keycloak.org/.
- KEYCLOAK_URL: https://auth.opendatahub.testingmachine.eu/auth
- KEYCLOAK_REALM: noi
Additional information can be found inside each project's .env.example
file.
Name | Password | Role |
---|---|---|
authtestuser1 | onsDDh5x9 | admin |
authtestuser2 | pNmTg5x37 | project_manager |
The Role
can be set under Users > Role Mappings > auth-server-examples-spring-resource-server
> Add Selected...
To test your configuration see /calls.http.