This guide shows how to setup really simple standalone Identity Access Management (IAM) service, authentication and authorization OAuth2 server.
- Use docker image or Download latest release.
- Customize application.yml configuration and start IAM server.
- Setup persistence Layer and Caching.
- Getting Admin Access.
- Create new Organizations and Projects.
- Manage your new Organization and Projects.
- Get Access_Tokens for new users.
- Authorization Code - flow details.
- Authorization Code (With PKCE) - flow details.
- Password Credentials - flow details.
- Client Credentials - flow details.
- Refresh Token - flow detail.
- Examples - how to consume iam-service in your microservices.
- IAM-Client for java - remote iam-client.
- IAM-Service-Client for java - remote admin client.