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
I believe this could be resolved by appending the domain name to the end of the ServiceURL when creating App Registrations, but Im not sure what downstream effects that will have on this OpenHack.
The text was updated successfully, but these errors were encountered:
When using the PowerShell method or the Cloud Shell method I am getting an error when trying to create App Registrations:
Cloud Shell:
![image](https://user-images.githubusercontent.com/30449394/140566942-b3f91965-7002-4d5f-abe3-78d55c03627e.png)
1st Error: Deploy\Scripts\openhack-fhir-auth-config.sh - Line 42
PowerShell:
![image](https://user-images.githubusercontent.com/30449394/140567031-81807ca8-0cac-40d9-aad9-35ec5c1979c1.png)
1st Error: deploy\scripts\fhir-server\samples\scripts\PowerShell\FhirServer\Public\New-FhirServerApiApplicationRegistration.ps1 - Line 68
It looks like this is being caused by a breaking change in AzureAD which have new requirements for the AppId Uri:
https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-breaking-changes#appid-uri-in-single-tenant-applications-will-require-use-of-default-scheme-or-verified-domains
I believe this could be resolved by appending the domain name to the end of the ServiceURL when creating App Registrations, but Im not sure what downstream effects that will have on this OpenHack.
The text was updated successfully, but these errors were encountered: