Better english!
This commit is contained in:
@@ -90,7 +90,8 @@ def whoami(environ, start_response, user):
|
|||||||
response = ["<h2>Your identity are supposed to be</h2>"]
|
response = ["<h2>Your identity are supposed to be</h2>"]
|
||||||
response.extend(dict_to_table(ava))
|
response.extend(dict_to_table(ava))
|
||||||
else:
|
else:
|
||||||
response = ["<h2>No information about you was returned</h2>"]
|
response = [
|
||||||
|
"<h2>The system did not return any information about you</h2>"]
|
||||||
|
|
||||||
response.extend("<a href='logout'>Logout</a>")
|
response.extend("<a href='logout'>Logout</a>")
|
||||||
resp = Response(response)
|
resp = Response(response)
|
||||||
|
@@ -9,7 +9,7 @@ CONFIG = {
|
|||||||
"description": "My SP",
|
"description": "My SP",
|
||||||
"service": {
|
"service": {
|
||||||
"sp": {
|
"sp": {
|
||||||
"name" : "Rolands SP",
|
"name": "Rolands SP",
|
||||||
"endpoints": {
|
"endpoints": {
|
||||||
"assertion_consumer_service": [BASE],
|
"assertion_consumer_service": [BASE],
|
||||||
"single_logout_service": [(BASE + "/slo",
|
"single_logout_service": [(BASE + "/slo",
|
||||||
|
Reference in New Issue
Block a user