Hi Charlotte,
Am 01.09.21 um 10:47 schrieb Charlotte:
> Hello, I am trying to integrate Dspace 7 into my web portal but am stuck
> at the authentication customisation. My web portal uses a JWT Bearer
> Token for authentication verification and I am not sure if the same JWT
> bearer token can be used for Dspace.
> Is there any guides regarding Dspace custom authentication using JWT
> bearer Token?
[…]
I had the same idea with an external service, but unfortunately the JWT
is not signed (this is enough for my service, a valid / signed and
unexpired token), so you have to verify it back on "/api/authn/status"
of DSpace - this is theory, I will give it a try in the next weeks, but
I'm keen to know your progress :) .
https://github.com/DSpace/RestContract/blob/main/authentication.md
Since X-mas is nearly there…
Couldn't we have a signed token ?
Couldn't we have OAUTH integration anyway :) ?
CU
Michael