mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:17:33 +00:00
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:
@@ -1045,6 +1045,7 @@ Action:
|
||||
ExternalAuthentication: 外部认证
|
||||
CustomiseToken: 自定义令牌
|
||||
InternalAuthentication: 内部认证
|
||||
CustomizeSAMLResponse: 补充 SAMLResponse
|
||||
TriggerType:
|
||||
Unspecified: 未指定的
|
||||
PostAuthentication: 后期认证
|
||||
@@ -1052,3 +1053,4 @@ Action:
|
||||
PostCreation: 创建后
|
||||
PreUserinfoCreation: 用户信息创建前
|
||||
PreAccessTokenCreation: access 令牌创建前
|
||||
PreSAMLResponseCreation: 创建 SAMLResponse 前
|
||||
|
Reference in New Issue
Block a user