kakawait / cas-security-spring-boot-starter

Spring boot starter for Apereo CAS client fully integrated with Spring security
MIT License
153 stars 45 forks source link

Endpoint which authenticate from CAS Server #134

Closed ramizudd closed 4 years ago

ramizudd commented 4 years ago

Is there a endpoint or configuration which then let pass username & password to /login and it then route the request to CAS server?

kakawait commented 4 years ago

@ramizudd CAS is an Single Authentication service that mean Authentication (aka login) must be handle by CAS server.

So no there is no way to do that