Is it possible to create a user in Thinktecture IdentityServer that can only be authenticated by a certificate

StackOverflow https://stackoverflow.com/questions/22087960

문제

Is it possible to create a User in Thinktecture IdentityServer that can only be authenticated by a certificate? The default IdentityServer UI seems to indicate that a User needs a Username/Password credential which you then associate with a certificate - but I'd like to have one for which the password is irrelevant and can only be authenticated by the certificate.

도움이 되었습니까?

해결책

No - the way it works right now is that the cert thumbprint is basically a pointer to an existing account. You can of course create a very long random password for that account.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top