Wiki source code of OIDC Client Manager UI Integration
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity output="false"}} |
| |
9.1 | 2 | #set($displayContentFooter=false) |
| 3 | #set($displayDocExtra=false) | ||
| 4 | $xwiki.ssx.use('Collaboratory.UX.SSX.noheader') | ||
| |
1.1 | 5 | {{/velocity}} |
| 6 | |||
| 7 | {{velocity}} | ||
| 8 | {{html clean="false"}} | ||
| |
6.1 | 9 | <!--link rel="stylesheet" type="text/css" href="$services.webjars.url('eu.hbp.wiki:xwiki-webapp-collaboratory', 'style.css')" /--> |
| |
8.1 | 10 | <script type="module" src="$services.webjars.url('eu.hbp.wiki:xwiki-webapp-collaboratory', 'oidc-client-manager.js')"></script> |
| |
7.1 | 11 | <div id="root"></div> |
| |
1.1 | 12 | {{/html}} |
| 13 | {{/velocity}} |