minor documentation update (#15443)

This commit is contained in:
Paul Marillonnet 2017-03-15 13:29:41 +01:00
parent d89ecdfbce
commit 58c37fc117
1 changed files with 4 additions and 4 deletions

8
README
View File

@ -35,17 +35,17 @@ If SAML 2.0 should be your only authentication method you can define `mellon_log
LOGIN_URL = 'mellon_login'
LOGOUT_URL = 'mellon_logout'
Yout metadata will be downloadable through HTTP on
Your metadata will be downloadable through HTTP on
http://youapplication/base/accounts/mellon/metadata
http://whatever.example.net/accounts/mellon/metadata
If your identity provider ask for your assertion consumer URL it's on
http://youapplication/base/accounts/mellon/login
http://whatever.example.net/accounts/mellon/login
If your identity provider ask for your logout URL it's on
http://youapplication/base/accounts/mellon/logout
http://whatever.example.net/accounts/mellon/logout
Session
=======