Skip to content

Commit 72c44c9

Browse files
committed
UY-1438 remove ++ notation from messages
1 parent fe2016a commit 72c44c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine-api/src/main/resources/messages/engine-api/messages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ OutputTranslationMVELContextKey.authentications=List of authenticator ids used f
7272
OutputTranslationMVELContextKey.mfa=Set to true only if the current user was authenticated with two factors.
7373
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.
7474
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.
7676

7777
DynamicPolicyConfigurationMVELContextKey.userOptIn=Boolean, true if user opted to use 2nd factor
7878
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
8383
DynamicPolicyConfigurationMVELContextKey.groups= List of all groups the user is a member.
8484
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.
8585
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.
8787

8888

8989
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

Comments
 (0)