Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(447)

Issue 298310043: Add support for (whitelisted) dynamic assertion consumer urls (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 11 months ago by sfruhwald
Modified:
7 years, 1 month ago
Reviewers:
pjo, JohnL, lchandramouli
CC:
connector-cr_google.com
Visibility:
Public.

Description

Add support for (whitelisted) dynamic assertion consumer urls

Patch Set 1 #

Total comments: 16

Patch Set 2 : Add support for (whitelisted) dynamic assertion consumer urls #

Patch Set 3 : Add support for (whitelisted) dynamic assertion consumer urls #

Total comments: 2

Patch Set 4 : Add support for (whitelisted) dynamic assertion consumer urls #

Patch Set 5 : Add support for (whitelisted) dynamic assertion consumer urls #

Total comments: 15

Patch Set 6 : Add support for (whitelisted) dynamic assertion consumer urls #

Total comments: 9

Patch Set 7 : Add support for (whitelisted) dynamic assertion consumer urls #

Total comments: 1

Patch Set 8 : Add support for (whitelisted) dynamic assertion consumer urls #

Total comments: 1

Patch Set 9 : Add support for (whitelisted) dynamic assertion consumer urls #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -104 lines) Patch
M gsa-simulator/App_Code/Common.cs View 1 chunk +1 line, -1 line 0 comments Download
M saml-bridge/App_Code/AuthImpl.cs View 2 chunks +1 line, -2 lines 0 comments Download
M saml-bridge/App_Code/AuthenticationPage.cs View 1 2 3 3 chunks +18 lines, -11 lines 0 comments Download
M saml-bridge/App_Code/Common.cs View 1 2 3 chunks +9 lines, -22 lines 0 comments Download
M saml-bridge/App_Code/Global.asax.cs View 1 2 3 4 5 6 6 chunks +30 lines, -14 lines 0 comments Download
M saml-bridge/App_Code/ImpSM.cs View 1 chunk +5 lines, -5 lines 0 comments Download
M saml-bridge/App_Code/SamlArtifactCacheEntry.cs View 1 2 3 4 5 1 chunk +8 lines, -21 lines 0 comments Download
A saml-bridge/App_Code/SamlAssertionConsumerResolver.cs View 1 2 3 4 5 1 chunk +41 lines, -0 lines 0 comments Download
M saml-bridge/App_Code/SsoAuthImpl.cs View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M saml-bridge/Login.aspx.cs View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M saml-bridge/Post.aspx.cs View 5 chunks +7 lines, -7 lines 0 comments Download
M saml-bridge/Resolve.aspx.cs View 2 chunks +1 line, -12 lines 0 comments Download
M saml-bridge/Web.config View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -5 lines 0 comments Download

Messages

Total messages: 31
sfruhwald
7 years, 11 months ago (2016-05-26 00:03:15 UTC) #1
pjo
Hi Szabi, Please have either Jeff Ling, Ondra, Marc, or John Lacey for this review. ...
7 years, 11 months ago (2016-05-26 01:07:15 UTC) #2
JohnL
-PJ +Ondra It would have been nice to split out the VS upgrade. At least ...
7 years, 11 months ago (2016-05-26 01:37:00 UTC) #3
ondrejnovak
Couple of notes - did you test this with POST binding? - it seems you ...
7 years, 11 months ago (2016-05-26 12:29:53 UTC) #4
sfruhwald
- Yes, I tested POST binding too and it works well - The line endings: ...
7 years, 11 months ago (2016-05-26 16:49:16 UTC) #5
ondrejnovak
Okay, so just zip up the git repository and send it to me :). I ...
7 years, 11 months ago (2016-05-26 16:50:47 UTC) #6
sfruhwald
git repo: http://sfruhwald0.mtv.corp.google.com/pub/samlbridge.zip built binaries: http://sfruhwald0.mtv.corp.google.com/pub/samlbridge-binaries.zip On Thu, May 26, 2016 at 9:50 AM, Ondrej ...
7 years, 11 months ago (2016-05-26 17:02:23 UTC) #7
sfruhwald
Thanks, will upload the updates files soon. https://codereview.appspot.com/298310043/diff/1/saml-bridge/App_Code/AuthenticationPage.cs File saml-bridge/App_Code/AuthenticationPage.cs (right): https://codereview.appspot.com/298310043/diff/1/saml-bridge/App_Code/AuthenticationPage.cs#newcode23 saml-bridge/App_Code/AuthenticationPage.cs:23: private string ...
7 years, 11 months ago (2016-05-26 17:32:15 UTC) #8
JohnL
Should we (in a separate CL) change the file line endings in Git to CRLF? ...
7 years, 11 months ago (2016-05-26 17:37:32 UTC) #9
JohnL
https://codereview.appspot.com/298310043/diff/1/saml-bridge/App_Code/AuthenticationPage.cs File saml-bridge/App_Code/AuthenticationPage.cs (right): https://codereview.appspot.com/298310043/diff/1/saml-bridge/App_Code/AuthenticationPage.cs#newcode23 saml-bridge/App_Code/AuthenticationPage.cs:23: private string _id, _issuer, _assertionConsumerServiceURL; On 2016/05/26 17:32:15, sfruhwald ...
7 years, 11 months ago (2016-05-26 17:48:21 UTC) #10
pjo
+1 for John's comments to seperate this CL into parts. There are several things going ...
7 years, 11 months ago (2016-05-26 17:59:05 UTC) #11
sfruhwald
7 years, 11 months ago (2016-05-31 22:45:53 UTC) #12
sfruhwald
My changes since first patch set. Please ignore patch set #2. The .sln file versuin ...
7 years, 11 months ago (2016-05-31 23:16:31 UTC) #13
ondrejnovak
https://codereview.appspot.com/298310043/diff/40001/saml-bridge/App_Code/SamlAssertionConsumerResolver.cs File saml-bridge/App_Code/SamlAssertionConsumerResolver.cs (right): https://codereview.appspot.com/298310043/diff/40001/saml-bridge/App_Code/SamlAssertionConsumerResolver.cs#newcode34 saml-bridge/App_Code/SamlAssertionConsumerResolver.cs:34: Common.error("Not allowed AssertionConsumerServiceURL value in SAML Request. Please check ...
7 years, 11 months ago (2016-06-01 12:44:51 UTC) #14
sfruhwald
Added the request's assertionConsumerURL to the log; After discussing with PJ, I moved the Web.config ...
7 years, 10 months ago (2016-06-02 18:55:46 UTC) #15
sfruhwald
https://codereview.appspot.com/298310043/diff/40001/saml-bridge/App_Code/SamlAssertionConsumerResolver.cs File saml-bridge/App_Code/SamlAssertionConsumerResolver.cs (right): https://codereview.appspot.com/298310043/diff/40001/saml-bridge/App_Code/SamlAssertionConsumerResolver.cs#newcode34 saml-bridge/App_Code/SamlAssertionConsumerResolver.cs:34: Common.error("Not allowed AssertionConsumerServiceURL value in SAML Request. Please check ...
7 years, 10 months ago (2016-06-02 18:56:43 UTC) #16
JohnL
This is languishing and Ondra's in another time zone. Tanmay, can you please take a ...
7 years, 10 months ago (2016-06-02 23:13:24 UTC) #17
sfruhwald
Fixed copyright line in SamlAssertionConsumerResolver.cs
7 years, 10 months ago (2016-06-02 23:57:55 UTC) #18
sfruhwald
On 2016/06/02 23:57:55, sfruhwald wrote: > Fixed copyright line in SamlAssertionConsumerResolver.cs Ping
7 years, 10 months ago (2016-06-20 16:13:32 UTC) #19
JohnL
Just trivial comments, except the version number. If no one else is willing to look ...
7 years, 9 months ago (2016-07-22 10:40:36 UTC) #20
sfruhwald
Thank you, I also added an entry to update the RELEASE_NOTES.txt to 4.1.1, as JohnL ...
7 years, 4 months ago (2016-12-05 23:05:05 UTC) #21
sfruhwald
Thank you JohnL, - I fixed your previous comments, updated version to 4.1.1, - added ...
7 years, 4 months ago (2016-12-06 00:12:30 UTC) #22
JohnL
A few suggestions. John L https://codereview.appspot.com/298310043/diff/100001/RELEASE_NOTE.txt File RELEASE_NOTE.txt (right): https://codereview.appspot.com/298310043/diff/100001/RELEASE_NOTE.txt#newcode11 RELEASE_NOTE.txt:11: Release 4.1.1 December 8, ...
7 years, 4 months ago (2016-12-06 01:11:00 UTC) #23
lchandramouli
https://codereview.appspot.com/298310043/diff/100001/saml-bridge/App_Code/Global.asax.cs File saml-bridge/App_Code/Global.asax.cs (right): https://codereview.appspot.com/298310043/diff/100001/saml-bridge/App_Code/Global.asax.cs#newcode85 saml-bridge/App_Code/Global.asax.cs:85: foreach (String s in ConfigurationManager.AppSettings["assertion_consumer"].Split(',')) +1 to John. In ...
7 years, 4 months ago (2016-12-09 18:27:55 UTC) #24
sfruhwald
Thank you, just uploaded a new version of the CL. https://codereview.appspot.com/298310043/diff/100001/RELEASE_NOTE.txt File RELEASE_NOTE.txt (right): https://codereview.appspot.com/298310043/diff/100001/RELEASE_NOTE.txt#newcode11 ...
7 years, 1 month ago (2017-03-20 23:51:48 UTC) #25
JohnL
LGTM Thanks for picking this up again. John L
7 years, 1 month ago (2017-03-21 05:51:35 UTC) #26
JohnL
One last nit. John L https://codereview.appspot.com/298310043/diff/120001/saml-bridge/Web.config File saml-bridge/Web.config (right): https://codereview.appspot.com/298310043/diff/120001/saml-bridge/Web.config#newcode98 saml-bridge/Web.config:98: <!-- Since v4.1.1 SAML ...
7 years, 1 month ago (2017-03-22 20:03:49 UTC) #27
sfruhwald
On 2017/03/22 20:03:49, JohnL wrote: > One last nit. > > John L > > ...
7 years, 1 month ago (2017-03-22 23:53:24 UTC) #28
JohnL
LGTM, with a followup nit. I don't think we're waiting for anyone else on this. ...
7 years, 1 month ago (2017-03-23 00:14:15 UTC) #29
sfruhwald
Indeed.. Better ? :) On Wed, Mar 22, 2017 at 5:14 PM, <jlacey@google.com> wrote: > ...
7 years, 1 month ago (2017-03-23 00:28:28 UTC) #30
JohnL
7 years, 1 month ago (2017-03-23 00:32:05 UTC) #31
LGTM

Thanks again for picking this up and putting up with my nits.

John L
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b