Martynas Jusevičius
Martynas Jusevičius
I thought https://github.com/solid/webid-oidc-spec was the repo for WebID-OIDC stuff? @Sparika not sure you are describing the same thing but check my proposal on how WebID URI can be derived from...
Hmm, if only there was a [Linked Data spec](https://atomgraph.github.io/Linked-Data-Templates/) in which operations are defined formally, leaving no room for interpretation...
Not according to LDP [5.2.3 HTTP POST](https://www.w3.org/TR/ldp/#h-ldpc-post-created201)
Once again, please *do not* use `acl:` namespace for terms that do not belong in the [W3C ACL ontology](https://www.w3.org/ns/auth/acl). That includes terms `acl:trustedApp`, `acl:RequestSet`, `acl:scope`, `acl:accessToScope` etc. Please use a...
[`http://www.w3.org/ns/auth/acl#`](http://www.w3.org/ns/auth/acl#) is the one and only W3C ACL namespace, and you can look up what terms it provides. They include established and widely used terms such as `Authorization`, `access(ToClass)`, `agent(Class)`...
Support is now implemented in `oauth.google.AuthorizeGoogle`, `oauth2.Login` resources and the `IDTokenFilter`. Requires `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET` environmental variables in `docker-compose.yml`. It can be accessed using the `[Login with Google]` button in...
Needs more testing still, and probably a security evaluation. `state` parameter is currently _not being validated_: https://github.com/AtomGraph/LinkedDataHub/blob/master/src/main/java/com/atomgraph/linkeddatahub/resource/oauth2/Login.java#L147
It should have a possibility of logout, too.
The JWT token is also currently not verified in `oauth2.Login`.
First step would be to find the existing Docker images for them and figure out the configuration and the endpoint URLs.