Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created October 7, 2020 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trnktms/1ad629d38bb8f3bb17d8d580a7ad51af to your computer and use it in GitHub Desktop.
Save trnktms/1ad629d38bb8f3bb17d8d580a7ad51af to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/" xmlns:set="http://www.sitecore.net/xmlconfig/set/" >
<sitecore role:require="Standalone or ContentDelivery or ContentManagement">
<sc.variable name="identityServerAuthority" value="https://identity.server" />
<settings>
<!-- Fill the FederatedAuthentication.IdentityServer.CallbackAuthority setting if you need another host to receive callbacks from IdentityServer. It is useful for reverse proxy configuration. -->
<setting name="FederatedAuthentication.IdentityServer.CallbackAuthority" value="https://public.cm.com" />
</settings>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment