robdimarco / omniauth_crowd

An OmniAuth provider for Atlassian Crowd REST API
MIT License
30 stars 21 forks source link

Added Crowd SSO Token #10

Closed davepkennedy closed 11 years ago

davepkennedy commented 11 years ago

I needed to be able to pass around a token identifying a user between different systems. I've added an optional step to get a session token from Crowd and add it to the users info hash. I can now pass around the token and it's fine for authn/authz in separate systems.

robdimarco commented 11 years ago

Looks great, thanks for this.

davepkennedy commented 11 years ago

No problem - glad to help :)