Configure api access¶
The Onegini Extension Engine APIs are protected using basic authentication.
Configure basic authentication credentials¶
The username and password for basic authentication on the API can be set via environment properties:
Field | Default value | Required |
---|---|---|
SPRING_SECURITY_USER_NAME |
user | no |
SPRING_SECURITY_USER_PASSWORD |
yes |