mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-25 13:33:10 +00:00
add a sample AuthorizationServer to the repo and put traffic-police app in a separate folder
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OidcSamples.TrafficPoliceApi
|
||||
options.DefaultChallengeScheme = JwtBearerDefaults.AuthenticationScheme;
|
||||
}).AddJwtBearer(options =>
|
||||
{
|
||||
options.Authority = "https://localhost:5003";
|
||||
options.Authority = "https://localhost:10000";
|
||||
options.Audience = "traffic-police-api";
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user