1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Fixed clients being created with requiring Pkce

This commit is contained in:
Uncled1023 2021-12-28 19:31:42 -08:00
parent f54a0d9d4e
commit e3dc846b9d

View File

@ -607,7 +607,8 @@ namespace Teknik.IdentityServer.Controllers
},
RequireConsent = true,
AllowOfflineAccess = true
AllowOfflineAccess = true,
RequirePkce = false
};
configContext.Clients.Add(client.ToEntity());