[keycloak-user] Create scopes from the REST API

Pedro Igor Silva psilva at redhat.com
Tue May 22 09:20:01 EDT 2018


You can use Keycloak Admin Java Client to manage scopes. Here is an example
[1].

But yeah, we are missing docs for authz services related resources in
rest-api docs.

[1] org.keycloak.testsuite.admin.client.authorization.AbstractAuthorizationTest#createScope

On Tue, May 22, 2018 at 9:43 AM, Stefan Hesse <lists at stefan-hesse.net>
wrote:

> Hello,
>
> I am looking for a way to create a scope from the REST-API:
> https://www.keycloak.org/docs-api/4.0/rest-api/index.html#_
> scoperepresentation
>
> But I simply can't find the appropriate resource in the doc.
>
> We need this, because we use Keycloak to mange permissions for "apps",
> which are supposed to "register" them-self in keycloak, in order to link
> them to users.
>
> Best Regards
>
> Stefan
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>


More information about the keycloak-user mailing list