Erik Cederstrand
|
5560799191
|
chore: add missing newline
|
2 years ago |
Erik Cederstrand
|
6bfbd0d15f
|
fix: correct spelling of public API method
BREAKING CHANGE: Renames `KeycloakOpenID.well_know` to `KeycloakOpenID.well_known`
|
2 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…
|
2 years ago |
Jackson Kwok
|
fe160531f4
|
fix: allow client_credentials token if username and password not specified
|
2 years ago |
Richard Nemeth
|
f08ec55da3
|
Merge pull request #322 from knackjax/authz
Authz
|
2 years ago |
Jackson Kwok
|
8c3b1b62ca
|
fix: added fixes based on feedback
|
2 years ago |
Richard Nemeth
|
c9818433eb
|
Merge pull request #323 from marcospereirampj/321-broken-flask_keycloack
fix: import classes in the base module
|
2 years ago |
Richard Nemeth
|
62e8d66779
|
fix: import classes in the base module
|
2 years ago |
Merle Nerger
|
8dafb4ec30
|
feat: added UMA-permission request functionality
|
3 years ago |
Richard Nemeth
|
f95a0c055f
|
ci: fix tag application
|
2 years ago |
Richard Nemeth
|
7ab033c7bc
|
Merge pull request #316 from marcospereirampj/315-creating-client-or-realm-roles-is-failing-if-skip_exists-is-true
315 creating client or realm roles is failing if skip exists is true
|
2 years ago |
Richard Nemeth
|
fbbdebb14a
|
docs: fixed the readme examples
|
2 years ago |
Richard Nemeth
|
b0bc470e33
|
test: cover the cases with unit tests
|
2 years ago |
Richard Nemeth
|
960af199b4
|
fix: escape when get role fails
|
2 years ago |
Richard Nemeth
|
3a3d4a4ae7
|
Merge pull request #314 from marcospereirampj/fix/313-unit-tests-are-importing-keycloak-files-from-the-repository
Fix/313 unit tests are importing keycloak files from the repository
|
2 years ago |
Richard Nemeth
|
bc82de7989
|
test: update the test framework
Updated the tox framework to operate on files in src for checks, but in
toxenv for tests
|
2 years ago |
Richard Nemeth
|
04cc2feeee
|
chore: update setup py to find source files in src folder
|
2 years ago |
Richard Nemeth
|
54beb51fba
|
chore: move source files into src folder
Moved all of the source files into the src folder
|
2 years ago |
Richard Nemeth
|
eff8a0b4d8
|
Merge pull request #312 from samdbmg/fix-missing-authorization
fix: Add missing keycloak.authorization package
|
2 years ago |
Sam Mesterton-Gibbons
|
6154a2d5f7
|
fix: Add missing keycloak.authorization package
Re-adds `keycloak.authorization` to the list of packages in setup.py so
it gets included in wheels.
Fixes #311
|
2 years ago |
Richard Nemeth
|
23b943f301
|
docs: fix the docs conf
|
2 years ago |
Richard Nemeth
|
0b35ddc66b
|
docs: fix the docs build
|
2 years ago |
Richard Nemeth
|
7519e39925
|
Merge pull request #310 from marcospereirampj/feature/cicd
chore: fix email format
|
2 years ago |
Richard Nemeth
|
f5f4de2bfa
|
chore: fix email format
|
2 years ago |
Richard Nemeth
|
0953622b94
|
Merge pull request #309 from marcospereirampj/feature/cicd
Feature/cicd
|
2 years ago |
Richard Nemeth
|
7ae0442370
|
test: test authenticator and configurations
|
2 years ago |
Richard Nemeth
|
fa9e56ef42
|
feat: added authenticator providers getters
|
2 years ago |
Richard Nemeth
|
51cb44fe3a
|
refactor: isort conf.py
|
2 years ago |
Richard Nemeth
|
3636de0177
|
docs: added autoapi to docs
|
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
|
aff3051ffa
|
docs: fix docstrings
|
2 years ago |
Richard Nemeth
|
8d19ea8180
|
fix: raise correct errors
|
2 years ago |
Richard Nemeth
|
ded35ff70c
|
refactor: Merge branch 'master' into feature/cicd
|
2 years ago |
Richard Nemeth
|
cc82e6a874
|
feat: initial setup of CICD and linting
|
2 years ago |
Richard Nemeth
|
e68114ab35
|
Merge pull request #302 from asyd/issue/257
Add support of TOTP to KeycloakAdmin
|
2 years ago |
Richard Nemeth
|
1f574ab5d8
|
fix(release): version bumps for hotfix release
Applied version bumps
|
2 years ago |
Richard Nemeth
|
f183750a27
|
Merge pull request #303 from asyd/issue/288
Add 202 expected return code when update flow #288
|
2 years ago |
Richard Nemeth
|
c53199bb22
|
Merge pull request #287 from maxnoto/patch-2
Bugfix get_group_members
|
2 years ago |
Richard Nemeth
|
ce0c30e697
|
Merge pull request #275 from SalemWafi/hotfix/token-expire-issue
Token Expiration Issue (see PR description)
|
2 years ago |
Richard Nemeth
|
4a8586f6de
|
Merge pull request #267 from coelias/master
Fix get_groups() so that it returns groups and not users
|
2 years ago |
Bruno Bonfils
|
25b9097fd1
|
Add 202 expected return code when update flow #288
|
3 years ago |
Bruno Bonfils
|
64d74be6af
|
Add support of TOTP to KeycloakAdmin
|
3 years ago |
maxnoto
|
17b507427f
|
Bugfix get_group_members
|
3 years ago |
Salem Wafi
|
b57d884718
|
Fix the issue of the token getting expire for some functions in the keycloak admin
|
3 years ago |
carlos
|
7cef48f725
|
Fix get_groups() so that it returns groups and not users
|
3 years ago |
Marcos Pereira
|
859ea99948
|
Merge pull request #266 from marcospereirampj/develop
New release.
|
3 years ago |
Marcos Pereira Jr
|
47021057a7
|
New release.
|
3 years ago |
Marcos Pereira Jr
|
d208fb60b1
|
Fixed conflict.
|
3 years ago |
Marcos Pereira
|
57d1797a40
|
Merge pull request #264 from GaLaXy102/master
Add methods to get available and composite realm roles of a user
|
3 years ago |