skip to Main Content

Update the Azure App registration web.logoutUrl using Azure CLI

I am using an Azure CLI script to register an application like this: az ad app create --display-name $appName --sign-in-audience AzureADMyOrg --enable-id-token-issuance true --enable-access-token-issuance false --required-resource-accesses @app-resources.json --web-redirect-uris $redirectUris I need to set the front-channel logout URL as well, but…

VIEW QUESTION
Back To Top
Search