cofoundry
cofoundry copied to clipboard
How to integrate with IdentityServer4
Is there any example how to integrate Cofoundry with IdentityServer4 ?
There's no IdentityServer4 sample yet, but we'll likely be lookin at it in one of the upcoming released as part of the user management functionality.
Typically when we've done SSO before we'd have a custom login flow (however you want to do that in ASP.NET) and upon first login we'd create a Cofoundry user to mirror the SSO user and log them in.
It's not quite the same, but the SPA Sample shows how to register a new user programmatically in Cofoundry.