Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-openid-auth
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-openid-auth
Commits
c64f47e7
Commit
c64f47e7
authored
May 25, 2010
by
James Henstridge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation
parent
918077b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
README.txt
+3
-2
setup.py
+1
-1
No files found.
README.txt
View file @
c64f47e7
...
@@ -39,8 +39,9 @@ single signon systems.
...
@@ -39,8 +39,9 @@ single signon systems.
OPENID_CREATE_USERS = True
OPENID_CREATE_USERS = True
5. To have user details updated from OpenID Simple Registration data
5. To have user details updated from OpenID Simple Registration or
each time they log in, add the following:
Attribute Exchange extension data each time they log in, add the
following:
OPENID_UPDATE_DETAILS_FROM_SREG = True
OPENID_UPDATE_DETAILS_FROM_SREG = True
...
...
setup.py
View file @
c64f47e7
...
@@ -33,7 +33,7 @@ The library integrates with Django's built in authentication system, so
...
@@ -33,7 +33,7 @@ The library integrates with Django's built in authentication system, so
most applications require minimal changes to support OpenID llogin. The
most applications require minimal changes to support OpenID llogin. The
library also includes the following features:
library also includes the following features:
* Basic user details are transferred from the OpenID server via the
* Basic user details are transferred from the OpenID server via the
simple Registration
extension.
Simple Registration extension or Attribute Exchange
extension.
* can be configured to use a fixed OpenID server URL, for use in SSO.
* can be configured to use a fixed OpenID server URL, for use in SSO.
* supports the launchpad.net teams extension to get team membership
* supports the launchpad.net teams extension to get team membership
info.
info.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment