mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 12:38:15 +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:52888",
|
||||
|
Reference in New Issue
Block a user