SSO between RTC and non-jazz application
We are developing a java web project deployed in websphere 7. I have configured SSO in websphere 7
Now in my project ,there is a requirement that I need to get RTC tasks via RTC Java API from RTC server with known RTC server address and tag. Whatever I need to get from RTC server, I have to get authentication from RTC server first. How to get , here, I think I need to use SSO.
So I have two question :
1. Does RTC support SSO? In my project ,we have to use SSO for logging into, can RTC support? If can, how to do?
2. In my project, I need to get RTC tasks with known RTC server address and RTC tag grogrammatically. Do you know how to code for this case?
Now in my project ,there is a requirement that I need to get RTC tasks via RTC Java API from RTC server with known RTC server address and tag. Whatever I need to get from RTC server, I have to get authentication from RTC server first. How to get , here, I think I need to use SSO.
So I have two question :
1. Does RTC support SSO? In my project ,we have to use SSO for logging into, can RTC support? If can, how to do?
2. In my project, I need to get RTC tasks with known RTC server address and RTC tag grogrammatically. Do you know how to code for this case?
3 answers
You may be interested in having a look at the HelloJFS tutorial, in particular the part where the application is configured as OAuth consumer:
https://jazz.net/wiki/bin/view/Main/POJOTutorial
https://jazz.net/wiki/bin/view/Main/POJOStepOAuth
Hope this helps.
Regards,
Jorge Diaz.
Jazz Jumpstart
https://jazz.net/wiki/bin/view/Main/POJOTutorial
https://jazz.net/wiki/bin/view/Main/POJOStepOAuth
Hope this helps.
Regards,
Jorge Diaz.
Jazz Jumpstart
yes, rtc supports SSO.
see the install guide
https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Ft_deploy_single_sign-on.html
on the second... what do you mean by 'tag'.
You may also need to setup the 'friends' configuration on the RTC JTS server to enable coordinated OAuth authentication.
you may also want to use the OSLC methods to http:get data from RTC vs the java apis. you still have to authenticate.
Sam
see the install guide
https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Ft_deploy_single_sign-on.html
on the second... what do you mean by 'tag'.
You may also need to setup the 'friends' configuration on the RTC JTS server to enable coordinated OAuth authentication.
you may also want to use the OSLC methods to http:get data from RTC vs the java apis. you still have to authenticate.
Sam
1.for the SSO, I have to get the key file from Jazz team server ,and then apply that key file in my application websphere . right? If I am right, where can I get the key file from Jazz team server? Who can I contact?
2. "You may also need to setup the 'friends' configuration on the RTC JTS server to enable coordinated OAuth authentication" , what is RTC JTS server? why do I need this step?
3."tag" means RTC tag. We can have a tag when creating a workitem.
4. Where is the OSLC api. Is OSLC simpler than java API?
2. "You may also need to setup the 'friends' configuration on the RTC JTS server to enable coordinated OAuth authentication" , what is RTC JTS server? why do I need this step?
3."tag" means RTC tag. We can have a tag when creating a workitem.
4. Where is the OSLC api. Is OSLC simpler than java API?