prashantbabar002 / mb_emt

0 stars 0 forks source link

Prepare Keycloak Realm #3

Closed prashantbabar002 closed 2 months ago

prashantbabar002 commented 3 months ago

As a IAM consumer I need keycloak realm set up So that we can use it in app

Acceptance Criteria

  1. As we will be using eycloak locally initially perform below and document how it is done.
  2. Define Realm Name - mybogie
  3. Enable custom attributes in keycloak
  4. Define 2 groups - ORG_ADMIN,TRIP_ADMIN

Notes

TO DO - #70754341

prashantbabar002 commented 2 months ago
  1. Create Realm From Left Navigation "CreateRealm" Buuton.
  2. Name - mybogie/ Enabled - On -> Create
  3. Select newlycreated realm from ui
  4. On Realm Settings -> general tab -> Unamanaged Attributes -> select only Administrators can write -> Save
  5. From Groups->Create Group -> Name = ORG_ADMIN -> Save
  6. From Groups->Create Group -> Name = TRIP_ADMIN -> Save