Richard Nemeth
7ae0442370
test: test authenticator and configurations
2 years ago
Richard Nemeth
6cce29f26b
fix: full tox fix ready
2 years ago
Richard Nemeth
b911d94db9
feat: fixed admin client to pass the tests
2 years ago
Richard Nemeth
cc82e6a874
feat: initial setup of CICD and linting
2 years ago
Marcos Pereira Jr
d208fb60b1
Fixed conflict.
3 years ago
Konstantin Köhring
738e9ecc70
Add methods to get available and composite realm roles of a user
3 years ago
Salem Wafi
a29f282c69
#262 Added three functions to get all the client's authorization scopes, permissions, policies using Keycloak Admin
3 years ago
Salem Wafi
e13dd54c2b
bug fix for Issue #260
3 years ago
modularTaco
9abbf559ac
add client session stats
Signed-off-by: modularTaco <37046961+modularTaco@users.noreply.github.com>
3 years ago
ggallard
9777a85fa0
fixed typo in URL pattern
3 years ago
ggallard
95c4a7ee2d
added delete_authentication_flow(flow_id)
3 years ago
ggallard
76b6798429
added get/delete authentication_flow_execution(execution_id)
3 years ago
ggallard
c538d8fb32
added get/add/delete default (default/optional) client scopes
3 years ago
lcgkm
80bb7a56b5
Fix invalid permission type
A permission associates the object being protected and the policies that must be evaluated to decide whether access should be granted.
Permissions can be created to protect two main types of objects:
1. Resources
2. Scopes
3 years ago
lcgkm
3b93754d27
Add new AuthZ API support
NOTE: These are private API, will be changed later.
3 years ago
Ankur Saxena
69d60d430a
Add remove and update methods for client protocol mappers
3 years ago
Md Minhazul Haque
50354e6108
Add feature to list and delete user credentials
3 years ago
Manjeetsinh Alonja
44fe7b714a
Added realm partial export feature
3 years ago
bostonkenne
31b4efd7ab
add remove user realm role
3 years ago
phala
56fdb467be
Add user logout
3 years ago
obdeijn
92cef30578
Fix get_group_realm_roles, set correct url to get realm roles.
Remove the no longer used, wrong url.
4 years ago
Lilis Iskandar
9c8835c255
Added get_events method for KeycloakAdmin
Signed-off-by: Lilis Iskandar <lilis@veand.co>
4 years ago
Hans Erik Heggem
0d4815ddb2
added composite clients role feature
4 years ago
hamedSh
021c549e30
Get sessions associated with the client.
4 years ago
pjrm
21333dc649
Add Keycloak authenticator config management (add, update and delete methods)
4 years ago
Tamara Nocentini
4624c7b2dc
Manage composite realm roles of the realm role
Signed-off-by: Tamara Nocentini <tamara.nocentini@2ndquadrant.com>
Signed-off-by: Paolo Romolini <paolo.romolini@2ndquadrant.com>
4 years ago
faffeldt
6c62286ade
Adds get_authentication_flow_for_id admin method
4 years ago
faffeldt
8dfdddc5c6
Adds copy_authentication_flow admin method
4 years ago
faffeldt
39aee83585
Adds create_authentication_flow_execution admin method
4 years ago
faffeldt
876640616b
Adds create_authentication_flow_subflow admin method
4 years ago
Rafael Weingärtner
28a2f4eb11
Create add mapper to SP Client and delete mapper from scope methods
4 years ago
Abhijeet Sharma
f59dc97466
Added delete_idp method
4 years ago
Attila Csoma
454a8e81a4
Add installation provider download
4 years ago
Abhijeet Sharma
2aedfec220
Add Missing Methods
4 years ago
Manish Verma
7e72aec707
Added code for fetching role users from role in realm and client
4 years ago
ggallard
f7a358b034
added get_client_service_account_user
4 years ago
giordyb
707637bfd6
Update urls_patterns.py
added url patterns for social login
4 years ago
Evgeni Enchev
0c26781a09
add client-level operations for group roles
4 years ago
Paolo Romolini
50b65c06a2
Add update and delete role by name
Add 'Update a role' and 'Delete a role' by name
and without passing the client parameter
5 years ago
Romain Philibert
24fc50fae8
fix keys url
5 years ago
Romain Philibert
77d5325c07
fixes + add get_keys
5 years ago
Romain Philibert
e03a1ba9be
feat: add components
5 years ago
Matthew DuCharme
488b4fa8e1
Added routes for deleting and updating realms
5 years ago
Paolo Romolini
7dff2e2b75
Add group realm roles delete, get and add
Signed-off-by: Paolo Romolini
Signed-off-by: Tamara Noncentini
5 years ago
twsl
d743e43065
Added public key method
5 years ago
Andrea Volpi
d2b15a734e
Implement assign_realm_roles method
Increment package version
Update docstring
Remove client_id from path params
Fix raw_post with correct url
5 years ago
Rafael Weingärtner
30e489affd
Create method to list all realms from a Keycloak deployment
6 years ago
Rafael Weingärtner
8d6130ea7b
Create 'get_client_secrets' method
6 years ago
Rafael Weingärtner
4753b2e976
Create methods to retrieve all client scopes, a single client scope, and to add a mapper to a client scope
6 years ago
Sebastian Wehrmann
b425acbc04
Stick with existing code conventions
6 years ago