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
Write-Host"'$($user.UserPrincipalName)' added as an application owner to app '$($clientServicePrincipal.DisplayName)'"
417
418
}
418
419
@@ -496,14 +497,14 @@ Function ConfigureApplications
496
497
Write-Host" - Application 'service' publishes application permissions. Do remember to navigate to any client app(s) registration in the app portal and consent for those, (if required)"-ForegroundColor Red
497
498
Write-Host-ForegroundColor Green "------------------------------------------------------------------------------------------------"
498
499
499
-
if($isOpenSSL-eq'Y')
500
-
{
501
-
Write-Host-ForegroundColor Green "------------------------------------------------------------------------------------------------"
502
-
Write-Host"You have generated certificate using OpenSSL so follow below steps: "
503
-
Write-Host"Install the certificate on your system from current folder."
504
-
Write-Host-ForegroundColor Green "------------------------------------------------------------------------------------------------"
0 commit comments