|
@ -3461,7 +3461,7 @@ class KeycloakAdmin: |
|
|
return raise_error_from_response(data_raw, KeycloakGetError) |
|
|
return raise_error_from_response(data_raw, KeycloakGetError) |
|
|
|
|
|
|
|
|
def create_client_authz_scope_permission(self, payload, client_id): |
|
|
def create_client_authz_scope_permission(self, payload, client_id): |
|
|
"""create permissions for a authz scope. |
|
|
|
|
|
|
|
|
"""Create permissions for a authz scope. |
|
|
|
|
|
|
|
|
Payload example:: |
|
|
Payload example:: |
|
|
|
|
|
|
|
@ -3480,8 +3480,6 @@ class KeycloakAdmin: |
|
|
:param client_id: id in ClientRepresentation |
|
|
:param client_id: id in ClientRepresentation |
|
|
https://www.keycloak.org/docs-api/18.0/rest-api/index.html#_clientrepresentation |
|
|
https://www.keycloak.org/docs-api/18.0/rest-api/index.html#_clientrepresentation |
|
|
:type client_id: str |
|
|
:type client_id: str |
|
|
:param scope_id: No Document |
|
|
|
|
|
:type scope_id: str |
|
|
|
|
|
:return: Keycloak server response |
|
|
:return: Keycloak server response |
|
|
:rtype: bytes |
|
|
:rtype: bytes |
|
|
""" |
|
|
""" |
|
|