post https://{tenanturl}/config/v1.0/smartcard-providers
Creates the smartcard and other X.509 certificate provider.
Entitlements required: manageIdentitySources (Manage identity providers).
Responses
201Successful Creation
403Forbidden
Creates the smartcard and other X.509 certificate provider.
Entitlements required: manageIdentitySources (Manage identity providers).
201Successful Creation
403Forbidden
xxxxxxxxxx
10curl --request POST \
--url https://tenant_url/config/v1.0/smartcard-providers \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"jitpEnabled": true,
"identitySourceEnabled": true
}
'