Identity Service for managing authentication with external IdPs using OpenID Connect
To build the application
mvn clean package
java -jar
commandTo make development process as easy as possible, this application supports several profiles, which can be used to run it in a way approprieate to the use case.
By default, application starts with prod
profile, it is however possible to override this setting and specify active profile manually. To do that, just execute application with -Dspring.profiles.active=[profileName]
JVM parameter.
The Identity Service is included with the OSCM Docker installation. Find the description in the oscm-dockerbuild repository on how to install OSCM with docker-compose.
The OpenAPI/Swagger documentation is provided for the oscm-identity module.
<your-app-host>/oscm-identity/api/docs
<your-app-host>/oscm-identity/api/ui