@@ -95,7 +95,7 @@ The ID of the entity and the URL on which it is listening.::
95
95
96
96
"idp_url" : "https://example.com/saml2/idp/SSOService.php",
97
97
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
99
99
is really no need for a metadata file or a WAYF-function or anything like that.
100
100
It needs the URL of the IdP and that's all.::
101
101
@@ -139,7 +139,7 @@ building metadata. ::
139
139
Another piece of information that only matters if you build and distribute
140
140
metadata.
141
141
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
143
143
to provide the one running the IdP with a metadata file.
144
144
If you have a SP configuration file similar to the one I've walked you
145
145
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 ::
153
153
154
154
who.ini
155
155
-------
156
- The file named who.ini is the repoze.who configuration file
156
+ The file named `` who.ini `` is the `` sp- repoze`` folder
157
157
158
158
I'm not going through the INI file format here. You should read
159
159
`Middleware Responsibilities <http://docs.repoze.org/who/2.0/middleware.html >`_
@@ -203,7 +203,7 @@ Open a Terminal::
203
203
204
204
Note that you should not have the .py extension on the sp_conf.py while running the program
205
205
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)
207
207
208
208
You should be redirected to the IDP and presented with a login screen.
209
209
0 commit comments