Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How can run the IdentityServer for Macos?

I am developing a project, it is requested to use IdentityServer4. I install the project but I can’t run it because it doesn’t support .net 3.1 on Macos operating system.

I did some research, I found DuendeSoftware IdentityServer.Templates.

I typed this command dotnet new install Duende.IdentityServer.Templates.I did the installation but I could not create a project like in IdentityServer4.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

How can I do this?

>Solution :

After installing the template using ‘dotnet new install Duende.IdentityServer.Templates’, you should be able to create a new Identity Server project using the ‘dotnet new idsrv’ command.

Here are the steps:

1.Open your terminal.
2.Run the command ‘dotnet new idsrv -n [projectname]’ to create a new Identity Server project.
3.Navigate using cd [project name]
4.Use IDE to work on the project and any additional setup or configuration steps provided by Duende Identity Server’s documentation to configure your project according to your requirements.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading