Replies: 4 comments 6 replies
-
Hello, By default, SimpleIdServer is configured to accept client certificates because the client authentication method 'tls_client_auth' is enabled by default and requires the client certificate. You can click on the 'Cancel' button to proceed with the authentication :). If you wish to support MySQL, please follow the steps below:
If you have any further questions or need assistance, please feel free to ask. |
Beta Was this translation helpful? Give feedback.
-
What I am trying to figure is what projects I need to run in order to just have the id server part working. Basically currently using OpenIddict and wish to replace with SimpleIdServer. So questions are as follows: When a client app is set up. Where is the login UI that I can modify example login page? I am running only the src\idserver\impleIdServer.IdServer.Startup project. Is this enough to get started, or do I need to run other projects alongside it? I understand at this time there is no tutorials online or clear documentation which could be due to limited time etc, so it is easier just to ask and any guidence is appeciated. |
Beta Was this translation helpful? Give feedback.
-
Hello, Currently, there is no documentation available that explains how to use the various NuGet Packages. However, you can utilize our DOTNET TEMPLATE project to create a local Identity Server project. You can refer to the documentation at https://simpleidserver.com/docs/installation#dotnet-template for detailed instructions. This project includes the necessary views and configurations. Please note that the documentation will be enhanced in future releases to provide guidance on using the different NuGet packages. Best regards, SID |
Beta Was this translation helpful? Give feedback.
-
The documentation will be updated to explain how to use the Nuget package, Ticket is #591 : #591 |
Beta Was this translation helpful? Give feedback.
-
I have cloned the repo and wish to know the order of steps to run the id server from the sln. I tried to run idserver/startup and am faced with a certificate window and when selecting any am getting 404.
I wish to have the server pop up the login page etc so that I can see how it works and which views to change to customize. Also wish to try it with MySQL which I am guessing should be a case of creating and running migrations manually against MySQL Server.
There does not seem to be much documentation about how to run from the project.
Appreciate any tips.
Beta Was this translation helpful? Give feedback.
All reactions