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
Uri.EscapeDataString(azureADOptions.ClientId),// The application Id on Azure Portal
84
+
Uri.EscapeDataString(currentUri+"Onboarding/ProcessCode"),//Uri that will get redirected after the admin has consented
85
+
Uri.EscapeDataString(stateMarker),// The state parameter is used to validate the response, preventing a man-in-the-middle attack, and it will also be used to identify the entity on ProcessCode action.
86
+
Uri.EscapeDataString("https://graph.microsoft.com/.default"));// The scopes to be presented to the admin. Here we are using the static scope /.default.
0 commit comments