The only reason this project exists is spite. I have spent 3 days trying to figure out how to login to the Advanced Managment Portal for my App Service Domain, and could not becasuse the link is gone, and the documentation is wrong. So I wrote this.
This is a simple Node.js app that will allow you to login to the Advanced Management Portal for your App Service Domain. It will then redirect you to the portal using SAML authentication.
- Install the Azure CLI
az login
- Get your Resource Group name and App Service Domain name, and your Azure Subscription ID handy.
- Clone this repo
npm install
node index.js
- Navigate to
http://localhost:3000
, and input the correct details. - Click "Submit"
- You should be redirected. If you're not, check the terminal for errors and try again.
According to a Microsoft QNA thread I made, It is because they are "working on a new experience". I have no idea what that means, but now it means you can't use your domain you just paid for.
If you want to contribute, please do. I don't really mess with SAML often, and I just wanted to get it working. I'm sure there are better ways to do this.
This project is licensed under no license! Do whatever you want with it. I don't care.