Richard Nemeth
bd2dd07ce9
Merge pull request #353 from Zerek-Cheng/master
fix: Support the auth_url method called with scope & state params now
2 years ago
Zerek
962133ec01
docs: update auth_url method's docstring and readme file
2 years ago
Zerek
e4c0ff2c7d
fix: Support the auth_url method called with scope & state params now
2 years ago
Richard Nemeth
b0dcd5f431
docs: fix readthedocs build
2 years ago
Richard Nemeth
4eab29493f
Merge pull request #352 from fredlb/fix-docs-param-timeout
docs: add timeout to docstring
3 years ago
Fredrik Lindner
81b3cc80db
docs: add timeout to docstring
3 years ago
Richard Nemeth
b08137c4f9
Merge pull request #350 from chumaumenze/feature/poetry
feat: use poetry for package management
3 years ago
Chuma Umenze
81695472d3
chore: tox test install without hashes
3 years ago
Chuma Umenze
e7152e5c74
build: use poetry for package management
3 years ago
Richard Nemeth
6b218e564f
Merge pull request #346 from fredlb/custom-timeout
feat: Ability to set custom timeout for KeycloakOpenId and KeycloakAdmin
3 years ago
Fredrik Lindner
d2a6262d61
feat: Ability to set custom timeout for KCOpenId and KCAdmin
3 years ago
Richard Nemeth
cedfe27447
Merge pull request #342 from ecederstrand/feat-list-client-policies
Allow fetching existing policies
3 years ago
Erik Cederstrand
2f212c1350
feat: Allow fetching existing policies before calling create_client_authz_client_policy()
3 years ago
Richard Nemeth
e3ef1cee51
Merge pull request #340 from ecederstrand/add-token-exchange-admin-resources
Support token exchange config via admin API
3 years ago
Erik Cederstrand
39706bcc68
ci: add test case for token exchange setup
3 years ago
Erik Cederstrand
667d1e088e
feat: support token exchange config via admin API
This adds support for the basic endpoints necessary to configure client-to-client token exchange.
The /authz API is lacking official documentation. Basic docs added to docstrings instead.
3 years ago
Richard Nemeth
176b3cde41
Merge pull request #335 from asyd/update_idp
feat: Add update_idp
3 years ago
Bruno Bonfils
bcdf1b825b
feat: Add update_idp
3 years ago
Richard Nemeth
a0166092e9
Merge pull request #334 from asyd/silent-curl
test: Make curl silent
3 years ago
Bruno Bonfils
35f1f4630b
test: Make curl silent
3 years ago
Richard Nemeth
6ef6a2a0e9
Merge pull request #333 from asyd/improve_idp_mappers
feat: Add update_mapper_in_idp
3 years ago
Bruno Bonfils
f3de47e1b3
feat: Add update_mapper_in_idp
3 years ago
Richard Nemeth
a26a6aef8c
Merge pull request #330 from asyd/issue/329
Add get_idp_mappers, fix #329
3 years ago
Bruno Bonfils
ba51d1902b
Merge branch 'marcospereirampj:master' into issue/329
3 years ago
Richard Nemeth
f0dd8ad297
Merge pull request #331 from ecederstrand/token-exchange
Support Token Exchange
3 years ago
Bruno Bonfils
9a13f67fea
feat: Add get_idp_mappers, fix #329
3 years ago
Erik Cederstrand
b6990276c3
ci: fix docs generation
3 years ago
Erik Cederstrand
94ef46b29b
feat: Support Token Exchange. Fixes #305
3 years ago
Richard Nemeth
77686a2764
Merge pull request #327 from marcospereirampj/test/keycloak_admin
Test/keycloak admin
3 years ago
Richard Nemeth
02625a8af4
test: completed admin unit tests
3 years ago
Richard Nemeth
e95649a93c
fix: fixed bugs in events methods
3 years ago
Richard Nemeth
73ff9785a3
test: added components tests
3 years ago
Richard Nemeth
e56889e5db
fix: fixed components bugs
3 years ago
Richard Nemeth
dc1c4be115
test: added missing tests for clients
3 years ago
Richard Nemeth
8c8c0e8141
fix: use param for update client mapper
3 years ago
Richard Nemeth
d54d024aac
Merge pull request #326 from marcospereirampj/test/client_scopes
Test/client scopes
3 years ago
Richard Nemeth
2e5d751985
test: added tests for client scopes
3 years ago
Richard Nemeth
1029e46a68
feat: added new methods for client scopes
3 years ago
Richard Nemeth
5a369fa01c
Merge pull request #325 from marcospereirampj/213-allow-query-parameters-for-users_count
fix: allow query parameters for users count
3 years ago
Richard Nemeth
d9c3326fd1
fix: allow query parameters for users count
3 years ago
Richard Nemeth
d0e7810569
Merge pull request #289 from ecederstrand/patch-1
Fix speling
3 years ago
Erik Cederstrand
5560799191
chore: add missing newline
3 years ago
Erik Cederstrand
6bfbd0d15f
fix: correct spelling of public API method
BREAKING CHANGE: Renames `KeycloakOpenID.well_know` to `KeycloakOpenID.well_known`
3 years ago
Richard Nemeth
24c99726b0
Merge pull request #324 from knackjax/client_credentials_fix
fix: allow client_credentials token if username and password not spec…
3 years ago
Jackson Kwok
fe160531f4
fix: allow client_credentials token if username and password not specified
3 years ago
Richard Nemeth
f08ec55da3
Merge pull request #322 from knackjax/authz
Authz
3 years ago
Jackson Kwok
8c3b1b62ca
fix: added fixes based on feedback
3 years ago
Richard Nemeth
c9818433eb
Merge pull request #323 from marcospereirampj/321-broken-flask_keycloack
fix: import classes in the base module
3 years ago
Richard Nemeth
62e8d66779
fix: import classes in the base module
3 years ago
Merle Nerger
8dafb4ec30
feat: added UMA-permission request functionality
3 years ago