oauth.html revision 2a351afef84f8943b1dc8ebee8ce8c647810ddbe
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>OpenIDM</title>
<script>
var urlDetails = location.search,
urlArgs = urlDetails.split("&"),
urlName = urlArgs[0].match(/state=([^&]+)/)[1];
window.location = window.location.protocol + "//" + window.location.host + window.location.pathname.replace('oauth', 'index')+"#connectors/edit/" +urlName +"/" +urlDetails.replace("?", "&");
</script>
</head>
<body>
</body>
</html>