You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Use the manual setup guide to create Entra ID apps for server and client.
Any log messages given by the failure
no
Expected/desired behavior
If apps are manually created the names of the apps should not get changed every time azd deploy is ran
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
win 10
azd version?
run azd version and copy paste here.
azd version 1.11.0
Versions
Mention any other details that might be useful
maybe this line: await graph_client.applications.by_application_id(object_id).patch(request_app) on auth_init.py should not exist.
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
corrreia
changed the title
Server and (sometimes) Client Entra ID
Server and (sometimes) Client Entra ID apps get renamed if using manual setup
Dec 12, 2024
Ah I see, because we generate random_app_identifier each time. That's a good point. I don't recall offhand why we had the patch, if that was only in case the configuration had changed over time. But we could also query the name for an existing app to avoid renaming.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Use the manual setup guide to create Entra ID apps for server and client.
Any log messages given by the failure
Expected/desired behavior
If apps are manually created the names of the apps should not get changed every time
azd deploy
is ranOS and Version?
azd version?
Versions
Mention any other details that might be useful
maybe this line:
await graph_client.applications.by_application_id(object_id).patch(request_app)
onauth_init.py
should not exist.The text was updated successfully, but these errors were encountered: