Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAS Authentication #3

Open
celsocrivelaro opened this issue Jun 29, 2015 · 3 comments
Open

CAS Authentication #3

celsocrivelaro opened this issue Jun 29, 2015 · 3 comments

Comments

@celsocrivelaro
Copy link
Contributor

I need to check a route that is authenticate by CAS (Central Authentication Service) and check response body.

I'm between 2 options:

  1. Add an option 'cas_service' in this project with params:
cas_service : { url: 'http://...', user: 'aaa', password: '1234' }
  1. Fork this project an create an heartcheck-webservice-cas with params above to keep them separated.

I prefer option 1. What do you think @prodis @brunoadacosta and other?

@bacarini
Copy link
Contributor

@celsocrivelaro, I would go to the first option. From my opinion It does not make sense create another gem.

@brunoadacosta
Copy link
Contributor

I would go to the first option too,

@celsocrivelaro
Copy link
Contributor Author

Ok, first option will be implemented.

I was looking at CAS clients, specially Cassette ( https://github.com/locaweb/cassette ), but it has some Rails dependencies.

Any ideas about cas clients?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants