Acutally implement a login in the demo app
This commit is contained in:
parent
ae6bcd89d5
commit
21bbbfe716
7 changed files with 545 additions and 2 deletions
7
public/silent-sso.html
Normal file
7
public/silent-sso.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
<script>
|
||||
parent.postMessage(location.href, location.origin);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue