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.extend(dict_to_table(ava))
|
||||
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>")
|
||||
resp = Response(response)
|
||||
|
@@ -9,7 +9,7 @@ CONFIG = {
|
||||
"description": "My SP",
|
||||
"service": {
|
||||
"sp": {
|
||||
"name" : "Rolands SP",
|
||||
"name": "Rolands SP",
|
||||
"endpoints": {
|
||||
"assertion_consumer_service": [BASE],
|
||||
"single_logout_service": [(BASE + "/slo",
|
||||
|
Reference in New Issue
Block a user