Ask Your Question
1

"When Windows authentication is not available, ASP.NET Core resorts to using user name and password authentication. Is this statement correct?"

asked 2023-05-30 17:03:34 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-30 17:30:02 +0000

ladyg gravatar image

Yes, this statement is correct. When Windows authentication is not available, ASP.NET Core uses forms authentication, which relies on a username and password to authenticate users. This allows users to be authenticated against a database or other identity provider.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-30 17:03:34 +0000

Seen: 11 times

Last updated: May 30 '23