We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2b848 commit 915bf70Copy full SHA for 915bf70
AspNetSaml.WebExample/Program.cs
@@ -26,8 +26,8 @@
26
27
//now send the user to the SAML provider
28
var url = request.GetRedirectUrl(SAML_ENDPOINT);
29
-
30
- return Results.Content("Click <a href=\"" + url + "\">here</a> to log in", "text/html");
+
+ return Results.Content("Click <a href=\"" + url + "\">here</a> to log in", "text/html");
31
});
32
33
0 commit comments