/auth/callback
https://api.ssojet.com/api/v1/auth/passwordless/magic-link/status?state=<state>
<!DOCTYPE html>
<html lang="en" ng-app="ssojetApp">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SSOJet Login</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.8.2/angular.min.js"></script>
</head>
<body ng-controller="LoginController">
<div id="login-status">{{loginStatusMessage}}</div>
</body>
</html>
<Your workspace client Id>
with your actual client ID. This example demonstrates how to handle the authentication response and display a message to the user based on the authentication status.