I have a Keycloak and an AzureAD instance that is connected, but I only want people on the AzureAD with the group "App-User" to be able to use my app. How does this work?
thanks in advance!
I have a Keycloak and an AzureAD instance that is connected, but I only want people on the AzureAD with the group "App-User" to be able to use my app. How does this work?
thanks in advance!
Is App-User
a group made in keycloak ? If you want to connect to particular user group in ldap then below is the configuration.
You need to add to Users DN in keycloak admin UI.
OU=App-User
Check out this link for more AD information