Attention: The Keycloak upgrade has been completed. As this was a major upgrade, there may be some unexpected issues occurring. Please report any issues you find to support by using the contact form found at https://www.ebrains.eu/contact/. Thank you for your patience and understanding. 


Collab.PHP

Last modified by csucs on 2022/11/22 09:29

Collab.PHP

A walkthrough of creating an HBP/EBrains collaboratory app

Example code is at https://github.com/Tevemadar/Collab.PHP , and a single-page version of the text is also available there..

What can I find here?

  • Very short collab app example (host, register, use)
  • Barely longer example about dealing with OIDC stuff
  • The hosted examples themselves.

The token exchange happens in PHP code (it's "curl-like"), everything else is browser-side.

Who has access?

Anyone "has access", but developers can really make use of it.

Public

Collab.PHP