Skip to content

Commit

Permalink
Merge pull request #4873 from NikCharlebois/Tests-Improvements
Browse files Browse the repository at this point in the history
Fixing Examples
  • Loading branch information
NikCharlebois authored Jul 13, 2024
2 parents b980d87 + 35e1d1c commit 58ae0d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Configuration Example
AvailableToOtherTenants = $false
Description = "Application Description"
GroupMembershipClaims = "None"
Homepage = "https://$TenandId"
IdentifierUris = "https://$TenandId"
Homepage = "https://$TenantId"
IdentifierUris = "https://$TenantId"
KnownClientApplications = ""
LogoutURL = "https://$TenandId/logout"
LogoutURL = "https://$TenantId/logout"
PublicClient = $false
ReplyURLs = "https://$TenandId"
ReplyURLs = "https://$TenantId"
Permissions = @(
MSFT_AADApplicationPermission
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Configuration Example
AvailableToOtherTenants = $true # Updated Property
Description = "Application Description"
GroupMembershipClaims = "None"
Homepage = "https://$TenandId"
IdentifierUris = "https://$TenandId"
Homepage = "https://$TenantId"
IdentifierUris = "https://$TenantId"
KnownClientApplications = ""
LogoutURL = "https://$TenandId/logout"
LogoutURL = "https://$TenantId/logout"
PublicClient = $false
ReplyURLs = "https://$TenandId"
ReplyURLs = "https://$TenantId"
Permissions = @(
MSFT_AADApplicationPermission
{
Expand Down

0 comments on commit 58ae0d5

Please sign in to comment.