Projet

Général

Profil

Development #28

Mis à jour par Benjamin Dauvergne il y a environ 11 ans

Authentic needs a CAS authentication frontend.



It needs to keep current parameters for login i.e. okURL, cancelURL and LoginToken.



The idea would be to request the CAS server with such a service URL:



http://authentic/cas/authentication?okURL=xxx&cancelURL=xxx&LoginToken=xxxx



If the validation of the received token is ok, we call RootDirectory.login_sucess, if not we call login_cancel.

Retour