IAM service - OAuth2 server
Simple standalone OAuth2/OIDC Identity Access Management (IAM) service, authentication and authorization server.
Quick startup guide
- Start OAuth2 server in default configuration dockerhub project.
docker run --name iam-service-2.5.10-RELEASE \ --restart unless-stopped \ -d -p 8080:8080 jurajveverka/iam-service:2.5.10-RELEASE curl 'http://localhost:8080/services/discovery' | json_pp curl 'http://localhost:8080/services/oauth2/iam-admins/iam-admins/.well-known/openid-configuration' | json_pp
- OpenAPI/Swagger documentation:
http://localhost:8080/swagger-ui/index.html?url=/v3/api-docs#/
Advanced configurations
- Download release file
iam-service-release-2.5.10-RELEASE.zip
- Please check User's Guide and
Examples for more details.