Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
How to update using Provisioning API
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
noni  
View profile  
 More options Oct 14 2008, 4:00 am
From: noni <jrcat...@gmail.com>
Date: Tue, 14 Oct 2008 01:00:10 -0700 (PDT)
Local: Tues, Oct 14 2008 4:00 am
Subject: How to update using Provisioning API
Hi All!

PROVISIONING API:

        I have a question regarding the updateuser method in the
provisioning API, is it possible to update/change your password after
creating a user? Because I've only try to use the two parameters to
update (givenname and familyname) and it works fine. So, is there any
properties that can be use to update use password?

SSO sample application:

      In addition to my question about provisioning api, I also have a
problem using the sample SSO application. Because after I login using
the my new default sso url (https://localhost/GoogleAppsSso/
Prompt.aspx) and sending the SAML response, it redirects me to this
page;  https://www.google.com/a/mysandbox.com.ph/acs
and this page state that:
This service cannot be accessed because your login credentials are not
yet valid. Please log in and try again.

So the problem here, is that im not redirected to my google mail.

btw, I really appreciate all your help.

Thanks a lot!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tony (Google)  
View profile  
 More options Oct 15 2008, 4:40 pm
From: "Tony (Google)" <h...@google.com>
Date: Wed, 15 Oct 2008 13:40:29 -0700 (PDT)
Local: Wed, Oct 15 2008 4:40 pm
Subject: Re: How to update using Provisioning API
Hi,

To update the password of an existing user, you need to include the
attribute "password" in the <apps:login> tag of an UserEntry.
Depending on the client library language you choose to use, the way of
setting that attribute may vary. For example, you can set this
attribute in .NET by doing the following:

UserEntry userEntry = service.RetrieveUser("someuser");
userEntry.Login.Password = "new password";
service.UpdateUser(userEntry);

For your SSO issue, it is most likely an indication that the system
clock on your server is too far in the future. Please sync the time
with a time server and try again, or consider expanding the NotBefore
and NotOnOrAfter Assertion time window to accommodate an inaccurate
system clock.

Thanks,

--Tony

On Oct 14, 1:00 am, noni <jrcat...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
noni  
View profile  
 More options Oct 16 2008, 12:33 am
From: noni <jrcat...@gmail.com>
Date: Wed, 15 Oct 2008 21:33:50 -0700 (PDT)
Local: Thurs, Oct 16 2008 12:33 am
Subject: Re: How to update using Provisioning API
Thanks Tony! It helps me a lot!

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mstar  
View profile  
 More options Oct 17 2008, 4:49 am
From: mstar <msta...@gmail.com>
Date: Fri, 17 Oct 2008 01:49:39 -0700 (PDT)
Local: Fri, Oct 17 2008 4:49 am
Subject: Re: How to update using Provisioning API
One more thanks: 10 minutes was the difference and only this thread
helped to solve the problem

On Oct 16, 7:33 am, noni <jrcat...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google