Certificat client
Authentification par certificat client pour PowerShell Universal.
Activer l'authentification par certificat client
"Kestrel": {
"Endpoints": {
"HTTPS": {
"Url": "https://*:5000",
"ClientCertificateMode": "RequireCertificate",
"Certificate": {
"Subject": "localhost",
"Store": "My",
"Location": "LocalMachine",
"AllowInvalid": "true"
}
}
},
"RedirectToHttps": "false"
},Autorisation
Mis à jour
Ce contenu vous a-t-il été utile ?