Skip to content

Commit f78b940

Browse files
author
Michael Robellard
authored
https missing from request dict
If you do not have the https set in the request dict, when auth.login is called it will not build the relaystate url properly if your relaystate url should be https.
1 parent f8a15cb commit f78b940

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ This parameter has the following scheme:
543543

544544
```javascript
545545
req = {
546+
"https": ""
546547
"http_host": "",
547548
"script_name": "",
548549
"server_port": "",
@@ -574,7 +575,7 @@ def prepare_from_flask_request(request):
574575
'post_data': request.form.copy()
575576
}
576577
```
577-
578+
The https dictionary entry should be set to on for https requests and off for http
578579

579580
#### Initiate SSO ####
580581

0 commit comments

Comments
 (0)