Skip to content

Commit 103e5ee

Browse files
Merge pull request #465 from ceko/acr-mapping-change
Better examples for the ACR mapping documentation
2 parents 6ab9d10 + af6ff77 commit 103e5ee

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

doc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ provider will be preserved, and when using a OAuth or OpenID Connect backend, th
241241
config:
242242
[...]
243243
acr_mapping:
244-
"": default-LoA
245-
"https://accounts.google.com": LoA1
244+
"": "urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified"
245+
"https://accounts.google.com": "http://eidas.europa.eu/LoA/low"
246246
```
247247

248248
### SAML2 Frontend

example/plugins/backends/saml2_backend.yaml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config:
44
idp_blacklist_file: /path/to/blacklist.json
55

66
acr_mapping:
7-
"": default-LoA
8-
"https://accounts.google.com": LoA1
7+
"": "urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified"
8+
"https://accounts.google.com": "http://eidas.europa.eu/LoA/low"
99

1010
# disco_srv must be defined if there is more than one IdP in the metadata specified above
1111
disco_srv: http://disco.example.com

example/plugins/frontends/saml2_frontend.yaml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module: satosa.frontends.saml2.SAMLFrontend
22
name: Saml2IDP
33
config:
44
#acr_mapping:
5-
# "": default-LoA
6-
# "https://accounts.google.com": LoA1
5+
# "": "urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified"
6+
# "https://accounts.google.com": "http://eidas.europa.eu/LoA/low"
77

88
endpoints:
99
single_sign_on_service:

example/plugins/frontends/saml2_virtualcofrontend.yaml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ config:
9191
lifetime: {minutes: 15}
9292
name_form: urn:oasis:names:tc:SAML:2.0:attrname-format:uri
9393
acr_mapping:
94-
"": default-LoA
95-
"https://accounts.google.com": LoA1
94+
"": "urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified"
95+
"https://accounts.google.com": "http://eidas.europa.eu/LoA/low"
9696

9797
endpoints:
9898
single_sign_on_service:

0 commit comments

Comments
 (0)