You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dspac...@googlegroups.com
Hi DSpace Team,
we are creating a new web application based on vue.js, node.js ...
which should read/write data using the DSpace 7 REST API.
Authentication via username/password works just fine and the
authorization header is returned as documented so that we can make
further calls which need authentication.
Now instead of username/password we'd like to use Oidc Connect which is
configured correctly and testing with the standard DSpace UI we can log
in successfully.
Unfortunately it's not clear from the docs how to obtain the
authentication information for future requests in such cases.
Thank you very much for your support on that matter.