在專案AuthApi的根目錄新增類別Config.cs,這裡包含所有IdentityServer4要建立 ... new ApiResource("order", "Ordering Api") { Scopes = new List<string> { "order" } ...
確定! 回上一頁