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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---