update/fix-typo-to-a-to-a
- Corrected "Map a custom user attribute to a to a SAML attribute." by removing the repeated "to a". Closes: #33603 Signed-off-by: Pedro Aguiar <contact@codespearhead.com>
This commit is contained in:
parent
cb3954fc7b
commit
14f14152de
3 changed files with 5 additions and 5 deletions
|
@ -2070,7 +2070,7 @@
|
||||||
"id":"saml-user-attribute-mapper",
|
"id":"saml-user-attribute-mapper",
|
||||||
"name":"User Attribute",
|
"name":"User Attribute",
|
||||||
"category":"AttributeStatement Mapper",
|
"category":"AttributeStatement Mapper",
|
||||||
"helpText":"Map a custom user attribute to a to a SAML attribute.",
|
"helpText":"Map a custom user attribute to a SAML attribute.",
|
||||||
"priority":0,
|
"priority":0,
|
||||||
"properties":[
|
"properties":[
|
||||||
{
|
{
|
||||||
|
@ -6444,7 +6444,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":"saml-user-attribute-mapper",
|
"id":"saml-user-attribute-mapper",
|
||||||
"helpText":"Map a custom user attribute to a to a SAML attribute.",
|
"helpText":"Map a custom user attribute to a SAML attribute.",
|
||||||
"properties":[
|
"properties":[
|
||||||
{
|
{
|
||||||
"name":"user.attribute",
|
"name":"user.attribute",
|
||||||
|
|
|
@ -1411,7 +1411,7 @@
|
||||||
"id": "saml-user-attribute-mapper",
|
"id": "saml-user-attribute-mapper",
|
||||||
"name": "User Attribute",
|
"name": "User Attribute",
|
||||||
"category": "AttributeStatement Mapper",
|
"category": "AttributeStatement Mapper",
|
||||||
"helpText": "Map a custom user attribute to a to a SAML attribute.",
|
"helpText": "Map a custom user attribute to a SAML attribute.",
|
||||||
"priority": 0,
|
"priority": 0,
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
|
@ -5789,7 +5789,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "saml-user-attribute-mapper",
|
"id": "saml-user-attribute-mapper",
|
||||||
"helpText": "Map a custom user attribute to a to a SAML attribute.",
|
"helpText": "Map a custom user attribute to a SAML attribute.",
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
"name": "user.attribute",
|
"name": "user.attribute",
|
||||||
|
|
|
@ -81,7 +81,7 @@ public class UserAttributeStatementMapper extends AbstractSAMLProtocolMapper imp
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getHelpText() {
|
public String getHelpText() {
|
||||||
return "Map a custom user attribute to a to a SAML attribute.";
|
return "Map a custom user attribute to a SAML attribute.";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue