-
Notifications
You must be signed in to change notification settings - Fork 95
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
Documented way to look into inward tokens and results of lookup in userInfo endpoint #479
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #479 +/- ##
=========================================
Coverage 71.73% 71.73%
Complexity 222 222
=========================================
Files 17 17
Lines 1033 1033
Branches 148 148
=========================================
Hits 741 741
Misses 201 201
Partials 91 91 ☔ View full report in Codecov by Sentry. |
|
||
## Enabling debug logging | ||
|
||
Go to System Log and create a new logger with these classpaths and log levels: |
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.
This looks good, but could potentially leak sensitive information unencrypted on disk.
Perhaps worth mentioning in an admonition that this should be used for a unique test account that should be removed after setup, or only enabled for a short time and log files deleted
|
||
## When/why? | ||
|
||
When it's not really well documented on IDP's side which specific fields names should be used in plugin's attribute mapping. |
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.
Most common Idps do document this somewhere.
Perhaps it would be worth creating a table of common values for well known Idps
Documented way to look into inward tokens or results of lookup in userInfo endpoint
#478
Testing done
No tests required, only documentation update.
Submitter checklist