Hi,
Kerberos only works if your client application and your service are in the
same windows domain or different windows domains with trust relationship.
(This does not work when the trust relationship goes beyond this boundary,
for example, different companies).
WS-Federation with SAML has the following benefits over Kerberos:
1. The trust relationship can expand to different realms or domains (In
other words, companies)
2. It is completely extensible, you can modify it to add your own
attributes. (You can not do the same with kerberos)
The bad thing is that you need to manage X509 certificates. A Kerberos token
already has a symmetric key to perform cryptographic operations so it does
not need a X509 certificate.
No, you won't have any problem, but you won't able to identify the 100
employees (You will always identify one employee for the company A). If you
use SAML, you can identify the company with a X509 certificate and the user
with a custom attribute inside of the token.
Regards,
Pablo Cibraro.
> Thanks Pablo
>
[quoted text clipped - 68 lines]
>> >
>> > Thanks in advance for any help.
LockyBoy - 03 Apr 2006 15:43 GMT
Thanks Pablo
My last question is, do all our clients have to have wse3 installed on their
pc's to enable us to take advantage of wse3 on our web services?
If so, doesn't that defeat the non-propriety aspect of web services?!
Many Thanks
> Hi,
>
[quoted text clipped - 93 lines]
> >> >
> >> > Thanks in advance for any help.
Pablo Cibraro - 03 Apr 2006 17:33 GMT
WSE3 is only a framework that adds WS-* support to the Web services stack.
You can use your own code or other product to do the same but the generated
messages must be compatible with the messages accepted by WSE.
Regards,
Pablo Cibraro.
> Thanks Pablo
>
[quoted text clipped - 113 lines]
>> >> >
>> >> > Thanks in advance for any help.