fn extract_oidc_auth_enabled_from_options(
options: Result<Vec<(String, String)>, ()>,
) -> (bool, Result<Vec<(String, String)>, ()>)Expand description
Gets oidc_auth_enabled from options if it exists.
Returns options with oidc_auth_enabled extracted
and the oidc_auth_enabled value.