16 lines
605 B
HTML
16 lines
605 B
HTML
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<script src="js/rolescontroller.js"></script>
|
||
|
<script src="../common/js/keycloak.js" type="text/javascript"></script>
|
||
|
<script src="../boot/d4s-boot.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<d4s-boot-2 context="_myextapp"
|
||
|
gateway="next.d4science.org"
|
||
|
redirect-url="http://localhost:8080"
|
||
|
url="https://accounts.dev.d4science.org/auth">
|
||
|
</d4s-boot-2>
|
||
|
<d4s-extapp-role-manager appid="076bfe7d-12a2-41d1-a720-05911f0ae527"></d4s-extapp-role-manager>
|
||
|
</body>
|
||
|
</html>
|