Skip to content

Commit 7450928

Browse files
author
Roland Hedberg
committed
Merge pull request #306 from arne-cl/patch-1
fixed typos in examples
2 parents 01e0faf + e17bd71 commit 7450928

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/examples/sp.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The ID of the entity and the URL on which it is listening.::
9595

9696
"idp_url" : "https://example.com/saml2/idp/SSOService.php",
9797

98-
Since this is a very simple SP it only need to know about one IdP, therefor there
98+
Since this is a very simple SP it only needs to know about one IdP, therefore there
9999
is really no need for a metadata file or a WAYF-function or anything like that.
100100
It needs the URL of the IdP and that's all.::
101101

@@ -139,7 +139,7 @@ building metadata. ::
139139
Another piece of information that only matters if you build and distribute
140140
metadata.
141141

142-
So, now to that part. In order to allow the IdP to talk to you you may have
142+
So, now to that part. In order to allow the IdP to talk to you, you may have
143143
to provide the one running the IdP with a metadata file.
144144
If you have a SP configuration file similar to the one I've walked you
145145
through here, but with your information, you can make the metadata file
@@ -153,7 +153,7 @@ Change directory to where you have the configuration file and do ::
153153

154154
who.ini
155155
-------
156-
The file named who.ini is the repoze.who configuration file
156+
The file named ``who.ini`` is the ``sp-repoze`` folder
157157

158158
I'm not going through the INI file format here. You should read
159159
`Middleware Responsibilities <http://docs.repoze.org/who/2.0/middleware.html>`_
@@ -203,7 +203,7 @@ Open a Terminal::
203203

204204
Note that you should not have the .py extension on the sp_conf.py while running the program
205205

206-
Now you should be able to open a web browser go to to service provider (if you didn't change sp_conf.py it should be: http://localhost:8087)
206+
Now you should be able to open a web browser and go to to service provider (if you didn't change sp_conf.py it should be: http://localhost:8087)
207207

208208
You should be redirected to the IDP and presented with a login screen.
209209

0 commit comments

Comments
 (0)