-
Notifications
You must be signed in to change notification settings - Fork 39
Description
When using the PowerShell method or the Cloud Shell method I am getting an error when trying to create App Registrations:
Cloud Shell:

1st Error: Deploy\Scripts\openhack-fhir-auth-config.sh - Line 42
PowerShell:

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.