• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

SAML in java

 
Ranch Hand
Posts: 119
Oracle Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am a beginner in java, i need to study SAML into java, please suggest some beginner guide, so i can make some small project, and implement some small modules.
 
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Atul,
You can use Apache Rampart, which supports SAML 2.0. Good luck!
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rampart implies Axis, and thus web services. Instead, you may wish to check out some of the open source Java SAML implementations.
 
Atul Darne
Ranch Hand
Posts: 119
Oracle Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Ulf and naren,

I went through the material provided by you, understand some concepts from it, i need to design it for a simple login page on tomcat server, what should i do, and how must i proceed? please suggest and help.


thanks in advance.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do you envision SAML to fit into the workings of a login page? Describe the security architecture to us.
 
Atul Darne
Ranch Hand
Posts: 119
Oracle Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ulf,

i need to setup a identity provider (idP) and some webserver or serviceprovider (SP), and authenticate with simple java if statement (will do)
i have been reffered to this by my colleague http://en.wikipedia.org/wiki/Security_Assertion_Markup_Language and told me to develop some UI utilizing SAML between the iDP and SP.

even i tried to find out some idP but didnot get any.
 
Ranch Hand
Posts: 1183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Atul,

Do you need this authentication solution within a company or on the internet? because SAML is great on the internet while on the intranet there are some older technologies.

Regards,
Dan
 
Naren Chivukula
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dan,
Thanks for chipping in. Can you be specific on what other old technologies you are referring?

Cheers,
Naren
 
Atul Darne
Ranch Hand
Posts: 119
Oracle Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dan ,

I need this authentication solution within a company and on internet both. your help would be a great boon in understanding the concept for me.
currently iam understanding SAML API, but there are no examples utilizing the functions in the API. where do i get them to make some simple SAML Assertions, Request and make the Response (Manually will do i.e by using servlets and replying again with the Response. for my understanding.)



 
Dan Drillich
Ranch Hand
Posts: 1183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Naren Chivukula wrote:
Can you be specific on what other old technologies you are referring?



1. Siteminder
2. Active Directory Authentication
3. LDAPS

Difference between LDAP and Siteminder? might be helpful.

Regards,
Dan
 
Ranch Hand
Posts: 171
Spring Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also searching for some sample examples from which I can start SAML 2.0 implementation for my web sites. Can somebody just point me the tutorial or sample package on this?
@Atul Darne:: Have you implemented the same?
 
Kumaravadivel Subramani
Ranch Hand
Posts: 171
Spring Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I hope the below sample package might give you some insight on SAML implementation in java.

http://code.google.com/p/google-apps-sso-sample/downloads/detail?name=sso-sample-1.0.1-java.zip&can=1&q=
 
He got surgery to replace his foot with a pig. He said it was because of this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic