wekan / meteor-accounts-cas

CAS login for Wekan. Moved to here from https://github.com/ppoulard/meteor-accounts-cas
MIT License
0 stars 2 forks source link

Where call loginWithCas() function ? #3

Open kevd17 opened 5 years ago

kevd17 commented 5 years ago

I just put the settings CAS into settings.json and run my project with this cmd : meteor run --settings settings.json

But i don't understand where to call the client-side loginWithCas() function?

xet7 commented 5 years ago

@kevd17

https://github.com/wekan/wekan/blob/devel/client/components/main/layouts.js#L125

To find something in Wekan, you can also use find.sh script at https://github.com/wekan/wekan

xet7 commented 5 years ago

I have not tested yet does CAS work and how: https://github.com/wekan/wekan/issues/2166

I presume using CAS would need adding some settings to Snap and Docker.

At some previous open and closed issues and PRs at https://github.com/wekan/wekan you can find some CAS related code and comments.

I would need to know how to setup some CAS server to test. Someone had CAS working somehow in those issues and PRs.