Skip to content

Instantly share code, notes, and snippets.

@ebicoglu
Created December 22, 2020 18:20
Show Gist options
  • Save ebicoglu/a25b36c548e33955ce1b44cbc4a3ad9a to your computer and use it in GitHub Desktop.
Save ebicoglu/a25b36c548e33955ce1b44cbc4a3ad9a to your computer and use it in GitHub Desktop.
Identity Server endpoints configuration for prod environment

These tables should be configured for prod environment. Also appsettings.json should be configured.

SELECT ClientId, PostLogoutRedirectUri FROM  IdentityServerClientPostLogoutRedirectUris

SELECT ClientId, RedirectUri FROM  IdentityServerClientRedirectUris

SELECT Id, ClientId, FrontChannelLogoutUri FROM  IdentityServerClients
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment