Skip to content
Charley Wu edited this page Nov 18, 2022 · 4 revisions

HTTPS is required for authentication cookies validation in modern browsers (since Chrome version 80)

Please make sure the HTTPS connection is enabled

You should use distributed cache implementation that can cross-process.

for example:

You can specified the AuthenticationProperties.RedirectUri during Challenge

or customize the OnRedirectToAuthorizationEndpoint event handler during service registration.

Please make sure you are using the correct version of CAS protocol, you can not receive user attributes before CAS protocol 3.0

Clone this wiki locally