BlueBrain Nexus Platform, migrated to: https://github.com/BlueBrain/nexus/discussions
/
you should have done it for the identity:"realm": "nexusdev",
"subject": "user1"
Yes. I guess the groups are not linked to the users correctly. When dealing with groups you have 2 options:
/userinfo
endpoint to fetch the group information.I believe keycloack supports both, but I’m not well aware of the details. If you need some help with keycloak I could probably ask someone else on the team to help you. Let us know.
Hi everyone, we are planning on using BBN as a KG for our metadata at Charite Berlin. We envision a similar version to EBRAINS KG.
Right now, I'm looking for existing SHACL shapes that we could use and extend. I know about Neuroshapes, but it seems to me the metadata model for EBRAINS KG is more close to openMINDS v1. So my questions are:
Thanks!
Hi Paul!
Thanks a lot for getting in touch!
Regarding your questions:
and 2. Unfortunately, we don't know details about the EBRAINS data model. Maybe best to get in touch with them directly!
Maybe have a look at the neuroshapes dataset schema: https://github.com/INCF/neuroshapes/blob/8f3ce6d1de892990bab4f36179300ba485341d80/shapes/neurosciencegraph/datashapes/core/dataset/schema.json which extends the neuroshapes minds schema: https://github.com/INCF/neuroshapes/blob/8f3ce6d1de892990bab4f36179300ba485341d80/shapes/neurosciencegraph/commons/minds/schema.json
@bogdanromanx
Hello. I'm trying to install nexus on minikube, but got error because file missing - 404 https://bluebrainnexus.io/docs/getting-started/running-nexus/minikube/kg.yaml
{
"@context": [
"https://bluebrain.github.io/nexus/contexts/resource.json",
"https://bluebrain.github.io/nexus/contexts/iam.json",
"https://bluebrain.github.io/nexus/contexts/search.json"
],
"_total": 1,
"_results": [
{
"@id": "http://127.0.0.1:8080/v1/realms/keycloak",
"@type": "Realm",
"name": "Nexus Keycloak",
"openIdConfig": "http://127.0.0.1:8180/auth/realms/blue-brain-nexus/.well-known/openid-configuration",
"_label": "keycloak",
"_grantTypes": [
"password",
"clientCredentials",
"refreshToken",
"authorizationCode",
"implicit"
],
"_issuer": "http://127.0.0.1:8180/auth/realms/blue-brain-nexus",
"_authorizationEndpoint": "http://127.0.0.1:8180/auth/realms/blue-brain-nexus/protocol/openid-connect/auth",
"_tokenEndpoint": "http://127.0.0.1:8180/auth/realms/blue-brain-nexus/protocol/openid-connect/token",
"_userInfoEndpoint": "http://127.0.0.1:8180/auth/realms/blue-brain-nexus/protocol/openid-connect/userinfo",
"_revocationEndpoint": "http://127.0.0.1:8180/auth/realms/blue-brain-nexus/protocol/openid-connect/revoke",
"_endSessionEndpoint": "http://127.0.0.1:8180/auth/realms/blue-brain-nexus/protocol/openid-connect/logout",
"_rev": 1,
"_deprecated": false,
"_createdAt": "2021-01-13T13:51:05.704Z",
"_createdBy": "http://127.0.0.1:8080/v1/anonymous",
"_updatedAt": "2021-01-13T13:51:05.704Z",
"_updatedBy": "http://127.0.0.1:8080/v1/anonymous"
}
]
}