Roj Ramadan
Roj Ramadan

Reputation: 1

I need to switch it to https://localhost:<port>

I’ve developed a project using FastAPI and TypeScript, which is currently running on a Windows server. I’m looking to integrate Single Sign-On (SSO) with Microsoft Azure into the project. However, my application is currently using http://localhost for local development, and I need to switch it to https://localhost:. How can I configure my project to support HTTPS locally? I would also appreciate guidance on setting up the necessary SSL certificates for this change.

my application is currently using http://localhost for local development, and I need to switch it to https://localhost:. How can I configure my project to support HTTPS locally?

Upvotes: 0

Views: 14

Answers (0)

Related Questions