fix: translations and oidc package update (#845)

* fix: translation

* fix: translation

* fix: translation

* fix: UserInfo with JWT access token

* fix: dependencies

* fix: dependencies

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Fabi
2020-10-16 13:15:19 +02:00
committed by GitHub
parent a321d850ae
commit c3b4c3f264
4 changed files with 52 additions and 17 deletions

View File

@@ -201,6 +201,8 @@ EventTypes:
check:
succeeded: Initialisation check succeded
failed: Initialisation check failed
token:
added: Access Token ausgestellt
username:
reserved: Username reserved
released: Username released
@@ -249,6 +251,9 @@ EventTypes:
check:
succeeded: Password check succeeded
failed: Password check failed
externallogin:
check:
succeeded: External login succeeded
externalidp:
added: Externer IDP added
removed: Externer IDP removed
@@ -377,6 +382,19 @@ EventTypes:
idpprovider:
added: Idp Provider added to Login Policy
removed: Idp Provider removed from Login Policy
password:
complexity:
added: Password complexity policy added
changed: Password complexity policy changed
removed: Password complexity policy removed
age:
added: Password age policy added
changed: Password age policy changed
removed: Password age policy removed
lockout:
added: Password lockout policy added
changed: Password lockout policy changed
removed: Password lockout policy removed
project:
added: Project added
changed: Project changed