diff --git a/pages/saml/login.tsx b/pages/saml/login.tsx index 0f271a1..ff7ce44 100644 --- a/pages/saml/login.tsx +++ b/pages/saml/login.tsx @@ -64,7 +64,7 @@ export default function Login() { return (
- Mock SAML IdP - Login + Mock SAML Identity Provider - Login

Login

@@ -115,6 +115,11 @@ export default function Login() {
+
+ This is a simulated login screen, feel free to pick any username but you are restricted to two domains + example.com and example.org. But this should allow you to test all combinations of your authentication + and user modelling. +
); }