Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# HttpClient POST or PUT Json with content type application/json
- C# get results from Task.WhenAll
- Run tasks in parallel using .NET Core, C# and async coding
- C# Get expiry timestamp from JWT token
- Using C# HttpClient from Sync and Async code
- Creating dynamic arrays and lists using Dynamic and ExpandoObject in C#
- C# Remove Duplicates from List with LINQ
Archive
Meta
Tag Archives: LoginVirtualUser
IdentityServer use IdentityModel to get user token and user info
Using IdentityServer have been made easier with the IdentityModel helper library. The library implements extension methods that maps the input and output to classes. GET ACCESS TOKEN: Use the PasswordTokenRequest and RequestPasswordTokenAsync to get the access token. replace your_domain, your_clientid … Continue reading
Posted in .net, .NET Core, c#, General .NET, Sitecore 6, Sitecore 7, Sitecore 8, Sitecore 9
Tagged BuildVirtualUser, Identity Server, IdentityModel, LoginVirtualUser, Sitecore
Leave a comment
Sitecore Virtual Users – authenticate users from external systems
One of the very old Sitecore features popped up yesterday. My team and I are working on moving our 550.000+ users from the .NET Membership Provider to an external system, possibly .NET Identity. .NET Identity will authorize the users, but we … Continue reading
Posted in c#, Sitecore, Sitecore 5, Sitecore 6, Sitecore 7, Sitecore 8
Tagged BuildVirtualUser, LoginVirtualUser, Sitecore, User
9 Comments