mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-18 23:58:14 +08:00
Allowed scopes checking added to AuthorisationMiddleware.
Acceptance tests added.
This commit is contained in:
@ -61,7 +61,7 @@ namespace Ocelot.AcceptanceTests
|
||||
{
|
||||
AllowedScopes = new List<string>
|
||||
{
|
||||
"openid", "offline_access"
|
||||
"openid", "offline_access", "api"
|
||||
},
|
||||
Provider = "IdentityServer",
|
||||
ProviderRootUrl = "http://localhost:57888",
|
||||
|
Reference in New Issue
Block a user