Skip to content

Commit 90a15ae

Browse files
author
gebiWangshushu
committed
修改配置
1 parent ab7bcbf commit 90a15ae

File tree

1 file changed

+1
-1
lines changed
  • IdentityServer4.Example/IdentityServer

1 file changed

+1
-1
lines changed

IdentityServer4.Example/IdentityServer/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static IEnumerable<Client> GetClients()
113113
}
114114
,
115115
// sso implicit client
116-
new Client
116+
new Client
117117
{
118118
ClientId = "ssoimplicit", //这个client id 跟 MfcImplicit 里面的配置要一致
119119
ClientName = "sso implicit clinet",

0 commit comments

Comments
 (0)