Skip to content

Commit 679fe86

Browse files
committed
Add suggestion from PR review
1 parent 71f311c commit 679fe86

File tree

1 file changed

+2
-0
lines changed
  • src/content/docs/identityserver/fundamentals/resources

1 file changed

+2
-0
lines changed

src/content/docs/identityserver/fundamentals/resources/isolation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ For interactive applications using the standard OpenID Connect handler, use the
236236
});
237237
```
238238

239+
Note that while the RFC allows multiple `resource` parameters, the Microsoft OpenID Connect handler only supports a single resource value here.
240+
239241
For dynamic scenarios (e.g. multi-tenant), you can set the resource parameter in the `OnRedirectToIdentityProvider` event:
240242

241243
```csharp

0 commit comments

Comments
 (0)