How can we assign a permission to all users in Keycloak Authorization Services policies?

417 views Asked by At

I would like to create a all users policy in Keycloak:

enter image description here

How can I specify that this policy is for all users?

Using '*' didn't work.

1

There are 1 answers

0
dreamcrash On BEST ANSWER

How can I specify that this policy is for all users? Using '*' didn't work.

Having a policy for all users is kind of unusual I would say.

Nonetheless, You can try to create a default Realm role, so all users will get that role, and then create a policy-based on that role.