To make it easier setup SAML authentication it will be nice to show the callback URL on the setup screen.
Contributor guide
Tech stack
python
Domain
authenticationfull stack
Issue type
feature
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.
half day
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.
clear
Prerequisites
Understanding of SAML authenticationFamiliarity with Redash configuration UI
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
65
Research direction
Examine the SAML authentication setup code in Redash to find where callback URLs are generated. Look for the SAML configuration template or frontend component in the settings page, likely in the redash/authentication directory or templates. Identify where to add the callback URL display, and ensure it matches the actual callback endpoint. Check existing comments and linked PRs for additional context.