can .net application pass the SSO token to java ap

2019-09-10 17:26发布

I have a java application that is creating reports based on QC data. I want the same application to create reports based on Rally data. However, Rally as of this time has no SSO api for java but .net. So, I was thinking if it is possible for .net to handover the token to java application after SSO authentication so that Java application can use the token when calling the Rest Services. Does anyone have any comment if it is possible?

标签: java .net rally
1条回答
一夜七次
2楼-- · 2019-09-10 18:06

This seems overly cumbersome. I would recommend using Rally's API Key for authentication using the Java REST toolkit. Note that you can authenticate to Rally using API Key, even if your Subscription is set to SSO-Only authentication. This Rally Knowledgebase FAQ has details:

https://na20.salesforce.com/articles/Article/Oauth-Client-and-ApiKey-FAQ

查看更多
登录 后发表回答