You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine-api/src/main/resources/messages/engine-api/messages.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ OutputTranslationMVELContextKey.authentications=List of authenticator ids used f
72
72
OutputTranslationMVELContextKey.mfa=Set to true only if the current user was authenticated with two factors.
73
73
OutputTranslationMVELContextKey.upstreamACRs=List with names of authentication context class references as obtained from upstream 1st factor IdP. Empty list if no ACR was obtained or the 1st factor was not using remote IdP.
74
74
OutputTranslationMVELContextKey.upstreamIdP=Name of the upstream the 1st factor IdP or +null+ if the 1st factor was not using remote IdP.
75
-
OutputTranslationMVELContextKey.upstreamProtocol=Name of the authentication protocol used for the first factor, one of: +saml+, +oidc+, +other+ or +local+.
75
+
OutputTranslationMVELContextKey.upstreamProtocol=Name of the authentication protocol used for the first factor, one of: saml, oidc, other or local.
76
76
77
77
DynamicPolicyConfigurationMVELContextKey.userOptIn=Boolean, true if user opted to use 2nd factor
78
78
DynamicPolicyConfigurationMVELContextKey.hasValid2FCredential=Boolean, true if user has at least one valid credential, from the ones enabled in the hosting authentication flow
@@ -83,7 +83,7 @@ DynamicPolicyConfigurationMVELContextKey.idsByType=Map of identity values indexe
83
83
DynamicPolicyConfigurationMVELContextKey.groups= List of all groups the user is a member.
84
84
DynamicPolicyConfigurationMVELContextKey.upstreamACRs=List with names of authentication context class references as obtained from upstream 1st factor IdP. Empty list if no ACR was obtained or the 1st factor was not using remote IdP.
85
85
DynamicPolicyConfigurationMVELContextKey.upstreamIdP=Name of the upstream the 1st factor IdP or +null+ if the 1st factor was not using remote IdP.
86
-
DynamicPolicyConfigurationMVELContextKey.upstreamProtocol=Name of the authentication protocol used for the first factor, one of: +saml+, +oidc+, +other+ or +local+.
86
+
DynamicPolicyConfigurationMVELContextKey.upstreamProtocol=Name of the authentication protocol used for the first factor, one of: saml, oidc, other or local.
87
87
88
88
89
89
InputTranslationMVELContextKey.id=Value of the authenticated identity. If remote IdP returned multiple identities, then a random one is available, though this is a very exotic case.
0 commit comments