Closed (works as designed)
Project:
CAS
Version:
8.x-1.0-beta2
Component:
CAS
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2016 at 11:56 UTC
Updated:
3 Jan 2017 at 03:59 UTC
Jump to comment: Most recent
Comments
Comment #2
bkosborneIf by "default" you mean forcing a user to login via CAS when they visit /user/login, you can achieve this by adding
user/loginas a forced login path in the CAS settings. You can do the same thing if you want to set some other arbitrary path to force a CAS login.We made a deliberate decision in the D8 port to NOT make any major modifications to the standard user login form. Instead we just provide an option to include a link on the login form to authenticate using CAS. Site themers can modify the user login form to style it as they'd like,
Comment #3
3eidoz commentedthanks bkosborne, it's ok