Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robearlam/sitecore-netcore-auth

A repository showing how to enable authentication in a .NET Core headless Sitecore application.
https://github.com/robearlam/sitecore-netcore-auth

Last synced: 3 months ago
JSON representation

A repository showing how to enable authentication in a .NET Core headless Sitecore application.

Awesome Lists containing this project

README

        

# sitecore-netcore-auth
A repository showing how to enable authentication in a .NET Core headless Sitecore application.

# Setup
- .\init.ps1 -InitEnv -LicenseXmlPath "<>" -AdminPassword "b"
- .\up.ps1

# Create a test user
Create a Sitecore user with the username `DotNetUser` and a password of your choice

# Test Login
Access `https://www.sitecore_netcore_auth.localhost/Login` and attempt to login with the users details you created.