Client Credentials MTLS Grant

POST https://auth.10npay.com/connect/token
Content-Type: application/x-www-form-urlencoded    client_id=client1 &
    client_secret=secret &
    grant_type=client_credentials &
    scope=scope1 scope2 & IdentityServer:MTLS:X509Certificate=base64 encoded certificate 

(Form-encoding removed and line breaks added for readability)

Powered by BetterDocs