- 05 Nov, 2021 2 commits
-
-
Nils Behlen authored
-
Nils Behlen authored
* block login on error * When the server responds with an error, disable the login * Show the 2nd factor message in bold text * Align the alternate token div with the login div above * catch error in 2nd step too
-
- 19 Oct, 2021 2 commits
-
-
lukasmatusiewicz authored
replace instance when config changes, set version 1.0.0
-
Nils Behlen authored
* Changing the config now does not require a server restart anymore. When a config for a given realm changes, it is detected by checking the hash of it and a new instance of privacyIDEA is created with new config, replacing the old one. * Removed generic typing from the Pair (of PrivacyIDEA and Configuration) because it has only a single use * Catching "User not found error" and displaying it properly * Removed line wraps for short chained method calls
-
- 12 Oct, 2021 5 commits
-
-
lukasmatusiewicz authored
u2f implementation
-
Nils Behlen authored
-
lukasmatusiewicz authored
support for kc realms with different configurations
-
lukasmatusiewicz authored
-
lukasmatusiewicz authored
update deprecated function use, fix exception on enrollment
-
- 21 Sep, 2021 2 commits
-
-
Nils Behlen authored
-
Nils Behlen authored
* Handle multiple instances of PrivacyIDEA with different configurations identified by the keycloak realm * Changed code style
-
- 20 Sep, 2021 1 commit
-
-
Nils Behlen authored
* Updated search for groups of the user to use the new GroupModel functions * Catch error if token enrollment is not possible for the current user (e.g. due to not found in PI)
-
- 10 Jun, 2021 1 commit
-
-
Nils Behlen authored
update keycloak dependencies to 13.0.1. https://www.cvedetails.com/cve/CVE-2021-20262/
-
- 09 Jun, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [keycloak-core](https://github.com/keycloak/keycloak) from 12.0.4 to 13.0.0. - [Release notes](https://github.com/keycloak/keycloak/releases) - [Commits](https://github.com/keycloak/keycloak/compare/12.0.4...13.0.0 ) --- updated-dependencies: - dependency-name: org.keycloak:keycloak-core dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 27 Apr, 2021 3 commits
-
-
Nils Behlen authored
-
Nils Behlen authored
-
Nils Behlen authored
-
- 26 Apr, 2021 2 commits
-
-
Nils Behlen authored
* Change method names to those sdk 0.3. is *going* to use * Fixed printing throwables - stacktrace is now included * Token rollout now checks the trigger response, possibly saving a request * Language header map is no longer immutable so that things can be added to it by the sdk (like authorziation)
-
Nils Behlen authored
-
- 09 Mar, 2021 1 commit
-
-
Paul Lettich authored
Webauthn support
-
- 17 Feb, 2021 3 commits
-
-
Nils Behlen authored
-
Nils Behlen authored
Merge branch 'webauthn_support' of https://github.com/privacyidea/keycloak-provider into webauthn_support
-
Nils Behlen authored
-
- 12 Feb, 2021 2 commits
-
-
Nils Behlen authored
-
Nils Behlen authored
* Finished WebAuthn (currently only for 1 token) * Added successive challenge-response capability * Added preferred token type config entry
-
- 05 Feb, 2021 3 commits
-
-
Nils Behlen authored
-
Nils Behlen authored
-
Nils Behlen authored
it is working but need some polishing, so not ready yet.
-
- 26 Nov, 2020 1 commit
-
-
Nils Behlen authored
-
- 24 Nov, 2020 4 commits
-
-
Nils Behlen authored
-
Nils Behlen authored
-
Nils Behlen authored
Use sdk
-
Nils Behlen authored
-
- 14 Oct, 2020 2 commits
-
-
Nils Behlen authored
Add realm parameter in queries
-
Nils Behlen authored
Bump junit from 4.12 to 4.13.1
-
- 13 Oct, 2020 1 commit
-
-
dependabot[bot] authored
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 03 Oct, 2020 1 commit
-
-
DnDDD authored
Adding 3 lines in the authenticate function of the PrivacyIDEAAuthenticator class, allowing this provider to use the Realm configuration parameter to authenticate, trigger challange and add token to the user.
-
- 15 Sep, 2020 1 commit
-
-
Nils Behlen authored
-
- 30 Jun, 2020 2 commits
-
-
Nils Behlen authored
* If a server reponse contains the multi_challenge object, the transaction id will be kept and message will be displayed * This allows to trigger challenges without a service account (granted PI+token are setup that way) #37
-
Nils Behlen authored
-