Reputation: 446
I need to use IdSrv3 with http instead of https because some of our clients want single sign on authentication without https. Is there any way to disable https?
Upvotes: 0
Views: 367
Reputation: 446
I set RequireSsl = false
and started my selfhost console application on http://localhost:44333. All works. But not fully tested.
Upvotes: 2