Boxer Authorization (AuthZ) API with Signature Based Authentication Provider (Authn)
- C#: Use esd-services-api-client-dotnet
- Python: Use esd-services-api-client
To run integration tests, you need to set up a test environment with the following:
$ docker-compose up -dTo obtain an external token for testing, you can use the following command:
$ curl \
-d "client_id=test_client" \
-d "client_secret=test_client_secret" \
-d "username=test_user" \
-d "password=test_user_password" \
-d "grant_type=password" \
"http://localhost:8080/realms/master/protocol/openid-connect/token"