Values.RegisterOidcConfigTestRequestSourceTests an OpenID Connect (OIDC) configuration for a Wickr network by validating the connection to the identity provider and retrieving its supported capabilities.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network for which the OIDC configuration will be tested.
*)extraAuthParams : GenericString.t option;Additional authentication parameters to include in the test (optional).
*)issuer : GenericString.t;The issuer URL of the OIDC provider to test.
*)scopes : GenericString.t;The OAuth scopes to test with the OIDC provider.
*)certificate : GenericString.t option;The CA certificate for secure communication with the OIDC provider (optional).
*)}val make :
?extraAuthParams:??? ->
?certificate:??? ->
networkId:NetworkId.t ->
issuer:GenericString.t ->
scopes:GenericString.t ->
unit ->
t