puh, did a lot of work regarding blank nodes in #rdfpub. hope to be able to test @evan ap again tomorrow. time will be short again from monday. the money for rdf-pub has to come from somewhere ;-) #activitypub
@evan took a little longer after all ;-) what oauth2 client do you use ? is it dynamic client registration? but then i would expect another error. my keycloak says:
@naturzukunft I feel like we're close. Let's take a step back. The FEP describes a way to provide a client_id to the OAuth 2.0 server that is itself an ActivityPub object. You can see the one for `ap` here: https://evanp.github.io/ap/client.jsonld Can keycloak extract the `redirectURI` property from that object?
@naturzukunft OK, I don't know enough about Keycloak to know why this isn't working. But you're passing along the client's redirect URI; a lot of OAuth servers require that the redirect URI match a pre-registered value. So, that might be one source of the error.
The description before the json says: "https://followrec.example/client". The id in the json is "https:/followrec.example/apps/myapp". Shouldn't they be identical?