admin管理员组

文章数量:1304065

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?

本文标签: web applicationsI need to switch it to httpslocalhostltportgtStack Overflow