Skip to content

Commit fef8e7e

Browse files
Merge pull request #220 from mulesoft/dhilipuppili-patch-1
Update mule-oauth-provider-landing-page.adoc
2 parents 019bea3 + bef7473 commit fef8e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ROOT/pages/mule-oauth-provider-landing-page.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can define scopes in three different places:
8080
* In the `/validate` validation endpoint, to enforce a particular subset of the previously defined scopes.
8181
* In the Mule OAuth 2.0 Access Token Enforcement policy, where you can enforce scopes by specifying a space-separated list.
8282
+
83-
Specifying more than one scope enforces the `OR` logic. If the token to be validated is associated with at least one of the requested scopes, the policy validates the token successfully.
83+
Specifying more than one scope enforces the `AND` logic. If the token to be validated is associated with all of the requested scopes, the policy validates the token successfully.
8484

8585
Example of using scopes in Mule 4.2.x or later:
8686

0 commit comments

Comments
 (0)