ttu / dotnet-fake-json-server

Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End.
https://ttu.github.io/dotnet-fake-json-server/
MIT License
388 stars 83 forks source link

Integration with external oAuth2 server such as IdentityServer4 or Azure AD #94

Open workcontrolgit opened 2 years ago

workcontrolgit commented 2 years ago

Does your product support JWT for security? Would it be possible to integrate with 3rd party oAuth2 server such as IdentityServer4 or Azure AD for JWT?

ttu commented 2 years ago

Hi! Currently, this project doesn't support 3rd party authentication providers.

There are no technical limitations that would prevent adding new 3rd party authentication to this project. I can't help with the implementation, as I don't have IdentityServer or Azure AD setup. Would you like to create the authentication for Is4 or AzureAD? I can help with the implementation if you have some questions.