More expansive template for IdentityServer 8 #613
|
I'm in the startup of a project where we want to use IdentityServer 8 to use the added support for SAML support and the added UserManagement features. I found the samples github project which has a few samples for UserManagement, but I haven't found any templates to use as the starting point for a completely new project. Are there any templates that include any of these features? |
Replies: 2 comments 2 replies
|
@amortsell We are working on what the template could look like, but currently do not have anything ready-made (should OTP lead? username/password? all? ...?). We recommend using the samples for now, or go with the getting started guide for user management (https://docs.duendesoftware.com/identityserver/usermanagement/getting-started/) If you think of a template, what would, for your scenario, be the default implementation/authenticator(s) you would like to see for user management? |
|
Once again, thanks a lot! I think we now have enough to get ourselves started. |
That makes sense, thanks! That does sound like some customization will be needed anyway. I'd likely start with these resources:
In all of these, the login page can also be set up to federate with Entra …