microsoft / azure-openai-service-proxy

The Azure AI proxy service facilitates easy access to Azure AI resources for workshops and hackathons. It offers a Playground-like interface and supports Azure AI SDKs. Access is granted through a time-limited API key and endpoint.
https://microsoft.github.io/azure-openai-service-proxy/
MIT License
63 stars 37 forks source link

[DOCS] Redirect URIs on Entra App Registration already added #301

Closed rajbos closed 5 months ago

rajbos commented 5 months ago

The Redirect URIs configuration for the Entra ID App Registration are already configured for the Administration part after deploying the web app. Looks like this is inserted from the script here. That means the docs here can be updated to reflect this.

gloveboxes commented 5 months ago

@rajbos ah interesting, we must have our tenant locked down as it fails for me. I'll amend the docs to say you may need to manual add redirect url. Thanks, Dave