Hi,
I’m using Keycloak as my SAML IDP, in my realm I have two applications, Now I’m struggling to map only selected users to my first application, and a few other users to the second application, How can I map specific users to an application ?.
Steps
- Created Realm (TestRealm)
- In TestRealm created Application1 and in an application created Role1
- Created Application2 and in an application created Role2
- Created User1 and mapped to the Application1 and Role1
- Created User2 and mapped to the Application2 and Role2
Now the issue is I’m able to access Application1 with User2 and Application2 with User1, so How can I restrict the User1 accessing the Application2 and User2 accessing the Application1 ?