Retrieves the OpenID Connect (OIDC) configuration for a Wickr network, including SSO settings and optional token information if access token parameters are provided.
get/networks/{networkId}/oidc
Path parameters
networkIdstring required
The ID of the Wickr network whose OIDC configuration will be retrieved.
Query parameters
clientIdstring
The OAuth client ID for retrieving access tokens (optional).
codestring
The authorization code for retrieving access tokens (optional).
grantTypestring
The OAuth grant type for retrieving access tokens (optional).
redirectUristring
The redirect URI for the OAuth flow (optional).
urlstring
The URL for the OIDC provider (optional).
clientSecretstring password
The OAuth client secret for retrieving access tokens (optional).
codeVerifierstring
The PKCE code verifier for enhanced security in the OAuth flow (optional).
certificatestring
The CA certificate for secure communication with the OIDC provider (optional).
Response
Success