Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.47 KB

OidcApi.md

File metadata and controls

46 lines (28 loc) · 1.47 KB

\OidcApi

All URIs are relative to http://localhost/api/v2.0

Method HTTP request Description
PingOIDC Post /system/oidc/ping Test the OIDC endpoint.

PingOIDC

PingOIDC(ctx, endpoint, optional) Test the OIDC endpoint.

Test the OIDC endpoint, the setting of the endpoint is provided in the request. This API can only be called by system admin.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
endpoint Endpoint Request body for OIDC endpoint to be tested.
optional *OidcApiPingOIDCOpts optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a OidcApiPingOIDCOpts struct

Name Type Description Notes

xRequestId | optional.String| An unique ID for the request |

Return type

(empty response body)

Authorization

basic

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]