Hi, You need to change the SSO sign-in page to:
http://YOURWEBSERVER/samltool/ProcessResponseServlet Look for all the places where you need to change user/domain, from the sample ones to yours, in this two files: ProcessResponseServler.java identity_provider.jsp After doing this changes, you will need to include the new complied ProcessResponseServler.class on your /samltool/WEB-INF/clases/ servlets (this is inside the samtool.war file) Please let me know if you have more doubts. Julian. On May 16, 10:52 am, Nadya <[EMAIL PROTECTED]> wrote: > Hi, > I fallowed all the steps and sample SSO works. However, for my > application I need just a simple log in page. I see in comments that > CreateRequestServlet and RequestUtil are not needed. What should I do > next? How should I modify this sample further? Do I need to modify > ProcessResponseServlet further? > Appreciate your help, > Nadya > > On May 13, 9:07 pm, "Julian (Google)" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > For the Java SSO sample, on the ProcessResponseServler.java: > > > You need to change the sample domain to yours, look for the line: > > > private static final String domainName = "psosamldemo.net"; > > > You need to implement the Login function with your organization > > credentials validation, modify this function: > > > private String login(String username, String password) { ... } > > > Also look for the commented lines for the textboxes for login and > > password. > > > On Create RequestServlet.java: > > > Change the demo domain to your, look for the line: > > > String domainName = "psosamldemo.net"; > > > If you haven't run the sample, I recommend you to try it before > > modifying it. > > > Julian. > > > On May 12, 2:14 am, ff8mania <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I'm modifying the "Web-based Reference Implementation of SAML-based > > > SSO for Google Apps" for use it on my site. > > > But I'm quite confused about some steps: first of all, I've trouble in > > > customize the reference for my site, for example in detect where in > > > code i can set my domain name, my ACS Url and username and psw. > > > I'm trying to follow the guidelines of this > > > page:http://code.google.com/apis/apps/sso/saml_reference_implementation_we..., > > > but my doubts are still here. > > > > Bye- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
