>> Can anyone clearify what is actually OASIS?
>
> When I google for "oasis" I get http://www.oasis-open.org/
Yes, but is this just a organization making standards no products?
Seems to be so.
> When I google for "saml java sample" I get
> http://java.sun.com/webservices/docs/1.6/tutorial/doc/XWS-SecuritySamples7.html
It's simple OASIS 1.0 based sample. How about libries it uses, are they just
Sun's WS reference libs.
> When I google for "saml java library" I get
> http://www.extreme.indiana.edu/apis/xsul/xsul/dsig/saml/authorization/Capability
Authorizer.html
Just a link to javadocs... no product available.
Oliver Wong - 10 Aug 2006 22:18 GMT
>>> Can anyone clearify what is actually OASIS?
>>
>> When I google for "oasis" I get http://www.oasis-open.org/
> Yes, but is this just a organization making standards no products?
> Seems to be so.
That's my understanding.
>> When I google for "saml java sample" I get
>> http://java.sun.com/webservices/docs/1.6/tutorial/doc/XWS-SecuritySamples7.html
>
> It's simple OASIS 1.0 based sample. How about libries it uses, are they
> just Sun's WS reference libs.
When/if you got the samples, did they come with source code? Perhaps you
should look in their to see what libraries they use.
>> When I google for "saml java library" I get
>> http://www.extreme.indiana.edu/apis/xsul/xsul/dsig/saml/authorization/Capability
Authorizer.html
>
> Just a link to javadocs... no product available.
Try googling for the package names, or asking the authors where you can
download the JARs.
- Oliver