Skip to content

IAM Service v2.5.10-RELEASE

Latest
Compare
Choose a tag to compare
@jveverka jveverka released this 28 Aug 08:17
· 3 commits to 2.x.x since this release

IAM service - OAuth2 server

Simple standalone OAuth2/OIDC Identity Access Management (IAM) service, authentication and authorization server.

Quick startup guide

  1. 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
    
  2. OpenAPI/Swagger documentation:
    http://localhost:8080/swagger-ui/index.html?url=/v3/api-docs#/
    

Advanced configurations

  1. Download release file iam-service-release-2.5.10-RELEASE.zip
  2. Please check User's Guide and
    Examples for more details.