Generic Identity And Access Management
SunbirdRC was tightly coupled with keycloak for authentication & authorization of users. Currently, SunbirdRC is updated to support any identity layer (oauth2 compliant) for IAM
Below steps will enable authenticating and authorizing tokens generated from any oauth2 complaint IAM service
- oauth2_resource_uri=https://domain/auth/
- oauth2_resource_email_path=email
- oauth2_resource_consent_path=consent
- oauth2_resource_roles_path=realm_access.roles
- oauth2_resource_entity_path=entitySteps to enable creating user accounts in any IAM platform

1. Sub module in Sunbird RC
2. Wrapper service
Last updated