-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[National Highways] Initialise single-sign on #5114
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5114 +/- ##
=======================================
Coverage 82.40% 82.41%
=======================================
Files 409 409
Lines 32042 32073 +31
Branches 5109 5118 +9
=======================================
+ Hits 26405 26432 +27
+ Misses 4124 4122 -2
- Partials 1513 1519 +6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing that doesn't matter really if it's only for debugging
|
||
my $message = ''; | ||
for my $key (sort keys %{$id_token->payload}) { | ||
$message = $message . $key . " : " . $id_token->payload->{$key} . "\n" if $id_token->payload->{$key}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$message .= $key...
7cc0089
to
eb85622
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
4d79338
to
5c5a381
Compare
d4c7816
to
0161b00
Compare
1ebeedb
to
afb311e
Compare
Initial setup for single sign on, including OIDC fallback page.
820785e
to
182f35b
Compare
Initial setup for single sign on
Include debugging info to show payload for seeing what fields are used for this and going forward.
https://3.basecamp.com/4020879/buckets/37793327/todos/7702417410#__recording_7705494216
[skip changelog]