Samples for IdentityServer4
Sitecore samples are located in
- IdentityServer4.Samples/Clients/src/SitecoreMvcClient/
- IdentityServer4.Samples/Clients/src/SitecoreApi/
- IdentityServer4.Samples/Sitecore.Plugin.IdentityProvider.Ids4Demo
SitecoreApi requires Sitecore JSS Server Package installation. More information here
Also requires to create API Key in Sitecore. More information here
Replace Constants.SitecoreAuthority with the Sitecore Identity URL
For issues, use the consolidated IdentityServer4 issue tracker.
If you find after cloning the repository that some files are checked out or marked for deletion make sure to run this command.
git config --global core.longpaths true
Then clone the repository again.