-
Notifications
You must be signed in to change notification settings - Fork 18
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
SSO support #24
Comments
I second this question. Also, when I try to use these using the sandbox I get: C:\repos\Rally-User-Management>ruby user_permissions_summary.rb If I try rally_api 1.0.1 I get: C:\repos\Rally-User-Management>ruby user_permissions_summary.rb RallyAPI: - rescued exception - SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: sslv3 alert handshake failure on request to https://sandbox.rallydev.com/slm/webservice/v2 .0/security/authorize.js with params {} is my login, I verified it works. Looks like the sandbox just went down too. |
I do not know if these scripts can work with SSO. However, from web page:
|
Thanks, Yeah we have an active subscription; however, the Sandbox is using USER/PWD, Production is using SSO. Also, it turns out APIKeys are not supported in the sandbox environment either. I need to be able to take a bulk list of active users from WORKSPACE A, and grand them WorkspacePermission to WORKSPACE B. (Then add them as Viewer or Editor on a project under WORKSPACE B.) There has to be a way to do this ( and with SSO in production as well) |
How may I use these scripts in a Workspace that is configured for Single Sign-On support?
The text was updated successfully, but these errors were encountered: