Skip to content

Releases: jveverka/iam-service

IAM Service v2.5.0-RELEASE

23 Jan 23:23
4abd12f
Compare
Choose a tag to compare

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.0-RELEASE \
       --restart unless-stopped \
       -d -p 8080:8080 jurajveverka/iam-service:2.5.0-RELEASE-amd64
    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.0-RELEASE.zip
  2. Please check User's Guide and
    Examples for more details.

IAM Service v2.4.3-RELEASE

09 Jan 16:27
df75203
Compare
Choose a tag to compare

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.4.3-RELEASE \
       --restart unless-stopped \
       -d -p 8080:8080 jurajveverka/iam-service:2.4.3-RELEASE-amd64
    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.4.3-RELEASE.zip
  2. Please check User's Guide and
    Examples for more details.

IAM Service v2.4.2-RELEASE

07 Jan 19:10
708e1ee
Compare
Choose a tag to compare

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.4.2-RELEASE \
       --restart unless-stopped \
       -d -p 8080:8080 jurajveverka/iam-service:2.4.2-RELEASE-amd64
    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.4.2-RELEASE.zip
  2. Please check User's Guide and
    Examples for more details.

IAM Service v2.4.1-RELEASE

05 Jan 23:46
0b7ef6b
Compare
Choose a tag to compare

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.4.1-RELEASE \
       --restart unless-stopped \
       -d -p 8080:8080 jurajveverka/iam-service:2.4.1-RELEASE-amd64
    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.4.1-RELEASE.zip
  2. Please check User's Guide and
    Examples for more details.

IAM Service v2.4.0-RELEASE

03 Jan 19:40
Compare
Choose a tag to compare

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.4.0-RELEASE \
       --restart unless-stopped \
       -d -p 8080:8080 jurajveverka/iam-service:2.4.0-RELEASE-amd64
    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.4.0-RELEASE.zip
  2. Please check User's Guide and
    Examples for more details.

IAM Service v2.4.0-SNAPSHOT

25 Dec 16:59
Compare
Choose a tag to compare

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.4.0-SNAPSHOT \
       --restart unless-stopped \
       -d -p 8080:8080 jurajveverka/iam-service:2.4.0-SNAPSHOT-amd64
    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.4.0-SNAPSHOT.zip
  2. Please check User's Guide and
    Examples for more details.

IAM Service v2.3.0-SNAPSHOT

18 Dec 18:31
Compare
Choose a tag to compare

IAM service - OAuth2 server

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

The quick startup guide

  1. Start OAuth2 server in default configuration dockerhub project.
    docker run --name iam-service-2.3.0-SNAPSHOT \
       -d -p 8080:8080 jurajveverka/iam-service:2.3.0-SNAPSHOT
    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.3.0-SNAPSHOT.zip
  2. Please check User's Guide and
    Examples for more details.

IAM Service v2.2.0-SNAPSHOT

13 Dec 18:42
Compare
Choose a tag to compare

IAM service - OAuth2 server

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

The quick startup guide

  1. Start OAuth2 server in default configuration dockerhub project.
    docker run -d -p 8080:8080 jurajveverka/iam-service:2.2.0-SNAPSHOT
    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.2.0-SNAPSHOT.zip
  2. Unzip and follow README.md instructions.
  3. Please check User's Guide and
    Examples for more details.