From b514f9d4bbdda0a1f3e69f9ac2fe88d680696c5d Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Wed, 2 Mar 2022 21:16:28 +0000 Subject: [PATCH] added text in the login screen that explains it is a simulated login --- pages/saml/login.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. +
); }