Make authentication errors available when using passthrough
See original GitHub issueSome very useful debugging information is available when JWT authentication fails. However, if passthrough
is being used, this information is made unavailable. As a result, it cannot even be logged.
I’d love to see that info be made available somehow.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Azure AD Connect: Troubleshoot Pass-through Authentication
This article describes how to troubleshoot Azure Active Directory (Azure AD) Pass-through Authentication.
Read more >Azure Pass-Through Authentication Failing - PEI
We recently ran into an issue where we were facing authentication issues with Azure Pass-through Authentication. Here's how we fixed it!
Read more >Troubleshoot Azure Active Directory Pass-through ...
In order to enable the Azure AD Connect Pass-through Authentication feature, the Authentication Agent needs to be installed. Below are some of the...
Read more >Troubleshooting Citrix Pass-Through Authentication
This article outlines workarounds and resolutions to specific Citrix pass-through authentication issues.
Read more >Troubleshooting pass-through authentication - IBM
Use the pass-through authentication troubleshooting information to identify and fix any issues with the directory server environment.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any proposals? maybe a string option
authErrorKey
, which if present andoptions.passthrough = true
,ctx.state[options.authErrorKey]
gets set to the authentication error?Is there any chance there will be a PR for this? this functionality would be very nice