feat: add saml custom attribute action and translations (#6341)

* feat: add saml custom attribute action and translations

* chore: update saml dependency

* fix: apply suggestions from code review

Co-authored-by: Livio Spring <livio.a@gmail.com>

* fix: custom attribute action with variadic parameter

* docs: add customize saml response docs

* docs: update docs/docs/apis/actions/customize-samlresponse.md

Co-authored-by: Livio Spring <livio.a@gmail.com>

* docs: update docs/docs/apis/actions/customize-samlresponse.md

Co-authored-by: Livio Spring <livio.a@gmail.com>

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Stefan Benz
2023-08-15 17:04:45 +02:00
committed by GitHub
parent d83681a928
commit 26b28ed2af
20 changed files with 243 additions and 26 deletions

View File

@@ -1205,6 +1205,7 @@ Action:
ExternalAuthentication: 外部認証
CustomiseToken: トークンを補完
InternalAuthentication: 内部認証
CustomizeSAMLResponse: SAMLResponse の補完
TriggerType:
Unspecified: 未定義
PostAuthentication: 認証後
@@ -1212,3 +1213,4 @@ Action:
PostCreation: 作成後
PreUserinfoCreation: ユーザー情報作成前
PreAccessTokenCreation: アクセストークン作成前
PreSAMLResponseCreation: SAMLResponse の作成前