Client Certificate
Client certificate authentication for PowerShell Universal.
Enable Client Certificate Authentication
"Kestrel": {
"Endpoints": {
"HTTPS": {
"Url": "https://*:5000",
"ClientCertificateMode": "RequireCertificate",
"Certificate": {
"Subject": "localhost",
"Store": "My",
"Location": "LocalMachine",
"AllowInvalid": "true"
}
}
},
"RedirectToHttps": "false"
},Authorization
Last updated
Was this helpful?