I have facing issue this utility might be because of update from google.
In between now a page has started arriving.
I got it saml.html
It is asking to click on accept button.
Can you make take this into consideration?
Contributor guide
Tech stack
python
Domain
authentication
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
AWS CLI configuredGoogle Apps SAML enabled
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
Investigate recent changes to Google's SAML authentication flow that cause an additional consent page (saml.html) to appear. Review the source code in the repository, particularly files handling the SAML response and token extraction (e.g., main SAML authentication module). Check if the issue can be resolved by automatically clicking the accept button or by modifying the user agent or request headers to bypass the new page. There is a single comment on the issue (likely the reporter) but no maintainer response, so the fix may require testing against updated Google SAML endpoints.