OAuth providers configured for login on the instance, served from /new_api/oauth.
1. List OAuth providers
Returns the list of configured OAuth providers available for login.
1.1. HTTP request
GET /minerva/new_api/oauth/providers/ HTTP/1.1
1.2. CURL sample
$ curl 'https://minerva-dev.lcsb.uni.lu/minerva/new_api/oauth/providers/' -X GET
1.3. HTTP response
HTTP/1.1 200 OK
1.4. Response Fields
| Path | Type | Description |
|---|---|---|
|
|
name of the OAuth provider |
|
|
oauth authentication uri |
1.5. Sample Response
[ {
"name" : "Orcid auth ",
"uri" : "/oauth2/authorize-client/null"
} ]