Custom Single sign On with Communition Express
Hi,
Can anybody help on how to do custom SSO with CE without Accessmanager.
I need to do a SSO between CE and another application which has custom Authentication and SSO technique.
I have seen Auth SDK sample code in Messenger Express, but didn't find any API documentation in CE to create a CE session using custom code.
Thx
[357 byte] By [
HellFirea] at [2007-11-26 12:41:30]

# 3
"auth SDK"? No such animal.
CE/ME can either use Access Manager for SSO, or "trusted circle". Neither really has a public API, nor is documented for use by external systems.
You may be able to use the AM SDK, but you may need to seek help in the AM forum for that. I know how to set it up with AM, but not use the SDK.
# 4
There is a ME Auth SDK Sample in the directory -
<Install-Dir>/SUNWmsgsr/examples/meauthsdk
Can I Create a Custom CGI Auth and call that instead of VerifySSO. If yes, can you tell me what are steps involved to call that Custom code in UWC to create a custom Trusted Circle.
BTW what is VerifySSO - I could not find that animal in the product install ?