Hello Everyone,
I am totally new on SSO and SAML2.0. I don't know more and want to check whether componentspace can meet my requirement or not.
Background: I have a desktop program and this program with Login function which can let user to type User Name and Password. But our customer thinks this function is not safe. and they said we have to implement SSO function with their SSO Service (Identity Provider).
TODO: You must send metadata or the following information to their Side for SSO Implementation. those metadata including
1- EntityID (Issur Name) : it's website with login and password text box. 2- Public certificate(X509 Certificate Public Key) 3- Assertion Consumer Service URL ( Endpoint URI) (Single Sing On Service URL) 4- Single Logout URL 5- 5- SSO Binding (urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST / urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect) 6-Sign Assertion/Authentication Request == True. 7-SP-Initiated SSO== True.
Do you know where I can find those information? or I can integrate componentspace API into my C# code to finish this requirement.
If I said something wrong or post to wrong website, please let me know.
|