Skip to content

Commit 88318e2

Browse files
committed
nit
1 parent b6b2709 commit 88318e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/plugins/microservices/attribute_authz.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ config:
44
attribute_allow:
55
target_provider1:
66
requester1:
7-
attr1:
7+
attr1:
88
- "^foo:bar$"
99
- "^kaka$"
1010
default:

src/satosa/micro_services/attribute_authorization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ class AttributeAuthorization(ResponseMicroService):
4040
4141
The use of "" and 'default' is synonymous. Attribute rules are not overloaded
4242
or inherited. For instance a response from "provider2" would only be allowed
43-
through if the eppn attribute had all values containing an '@' (something
43+
through if the eppn attribute had all values containing an '@' (something
4444
perhaps best implemented via an allow rule in practice). Responses from
4545
target_provider1 bound for requester1 would be allowed through only if attr1
46-
contained foo:bar or kaka. Note that attribute filters (the leaves of the
46+
contained foo:bar or kaka. Note that attribute filters (the leaves of the
4747
structure above) are ORed together - i.e any attribute match is sufficient.
4848
"""
4949

0 commit comments

Comments
 (0)