Skip to content

Commit

Permalink
Merged in bugfix/remove-spaces (pull request #211)
Browse files Browse the repository at this point in the history
SHIBUI Removes spaces from urns

Approved-by: Jonathan Johnson <jj@scaldingspoon.com>
  • Loading branch information
rmathis authored and Jonathan Johnson committed Oct 3, 2018
2 parents 85e4968 + e0bbbf9 commit 6ca0465
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ui/src/assets/schema/filter/entity-attributes.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@
"widget": {
"id": "datalist",
"data": [
"urn:oasis:names:tc:SAML: 1.1:nameid-format:unspecified",
"urn:oasis:names:tc:SAML: 1.1:nameid-format:emailAddress",
"urn:oasis:names:tc:SAML: 2.0:nameid-format:persistent",
"urn:oasis:names:tc:SAML: 2.0:nameid-format:transient"
"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified",
"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"urn:oasis:names:tc:SAML:2.0:nameid-format:persistent",
"urn:oasis:names:tc:SAML:2.0:nameid-format:transient"
]
}
},
Expand All @@ -174,8 +174,8 @@
"id": "datalist",
"data": [
"https://refeds.org/profile/mfa",
"urn:oasis:names:tc:SAML: 2.0:ac:classes:TimeSyncToken",
"urn:oasis:names:tc:SAML: 2.0:ac:classes:PasswordProtectedTransport"
"urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken",
"urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport"
]
}
},
Expand Down

0 comments on commit 6ca0465

Please sign in to comment.