Replies: 1 comment
-
I think you will need to create an issue for this or post somewhere like Stack Overflow. See: #29935 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking at the
Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ConfigureClients
class, and for theNativeApp
identity profile, you cannot specify redirect URLs. Why is that? There are several other Client settings that are not exposed, such asAllowOfflineAccess
.This limitation is making the code in my Startup.cs much more message than I feel it has to be. It would be really nice to be able to fully configuration Identity Server clients in the appsettings.json.
Beta Was this translation helpful? Give feedback.
All reactions