~alecu/ubuntu-sso-client/fix-100pct-links

« back to all changes in this revision

Viewing changes to ubuntu_sso/main.py

  • Committer: Tarmac
  • Author(s): natalia.bidart at canonical
  • Date: 2010-09-14 17:16:19 UTC
  • mfrom: (623.1.1 ping-to-u1-prod)
  • Revision ID: tarmac-20100914171619-9h6z1o0tgbi3dl7o
When auth is successful, ping prod URL for U1 server (LP: #638100).

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
 
55
55
logger = setup_logging("ubuntu_sso.main")
56
 
PING_URL = "https://edge.one.ubuntu.com/oauth/sso-finished-so-get-tokens/"
 
56
PING_URL = "https://one.ubuntu.com/oauth/sso-finished-so-get-tokens/"
57
57
SERVICE_URL = "https://login.ubuntu.com/api/1.0"
58
58
 
59
59