v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444175204.9 KB

Tests an OpenID Connect (OIDC) configuration for a Wickr network by validating the connection to the identity provider and retrieving its supported capabilities.

post/networks/{networkId}/oidc/test

Path parameters

networkIdstring required

The ID of the Wickr network for which the OIDC configuration will be tested.

Request body

extraAuthParamsstring

Additional authentication parameters to include in the test (optional).

issuerstring required

The issuer URL of the OIDC provider to test.

scopesstring required

The OAuth scopes to test with the OIDC provider.

certificatestring

The CA certificate for secure communication with the OIDC provider (optional).

Response

Success

tokenEndpointstring

The token endpoint URL discovered from the OIDC provider.

userinfoEndpointstring

The user info endpoint URL discovered from the OIDC provider.

responseTypesSupportedGenericString[]

The OAuth response types supported by the OIDC provider.

scopesSupportedGenericString[]

The OAuth scopes supported by the OIDC provider.

issuerstring

The issuer URL confirmed by the OIDC provider.

authorizationEndpointstring

The authorization endpoint URL discovered from the OIDC provider.

endSessionEndpointstring

The end session endpoint URL for logging out users from the OIDC provider.

logoutEndpointstring

The logout endpoint URL for terminating user sessions.

grantTypesSupportedGenericString[]

The OAuth grant types supported by the OIDC provider.

revocationEndpointstring

The token revocation endpoint URL for invalidating tokens.

tokenEndpointAuthMethodsSupportedGenericString[]

The authentication methods supported by the token endpoint.

microsoftMultiRefreshTokenboolean

Indicates whether the provider supports Microsoft multi-refresh tokens.