3.1.10. Get identity provider usage
GET /access/token/identity-provider/usage
Description
Provides a description of how the currently configured identity provider expects credentials to be passed to POST /access/token/identity-provider
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
string |
400 |
NiFi Registry was unable to complete the request because it was invalid. The request should not be retried without modification. |
No Content |
409 |
NiFi Registry was unable to complete the request because it assumes a server state that is not valid. The NiFi Registry may not be configured to support login with customized credentials. |
No Content |
500 |
NiFi Registry was unable to complete the request because an unexpected error occurred. |
No Content |
Consumes
-
/
Produces
-
text/plain
Example HTTP request
Request path
/access/token/identity-provider/usage
Example HTTP response
Response 200
"string"