cofoundry icon indicating copy to clipboard operation
cofoundry copied to clipboard

How to integrate with IdentityServer4

Open cakriwut opened this issue 5 years ago • 1 comments

Is there any example how to integrate Cofoundry with IdentityServer4 ?

cakriwut avatar Oct 02 '19 05:10 cakriwut

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.

HeyJoel avatar Oct 04 '19 14:10 HeyJoel