feat(ui): add OIDC provider path and step skeletons to ConfigureSSO#9104
feat(ui): add OIDC provider path and step skeletons to ConfigureSSO#9104iagodahlem wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 4bbf894 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Repository UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Adds the OIDC provider path to the self-serve
<ConfigureSSO />wizard, behind the experimentaloidcSelfServeflag. Stacked on the flag PR (#9102).oidc_prefix rather than the provider literal: the API returns derivedoidc_<slug>keys, so an exact-literal match white-screened the wizard. Now falls back to a graceful unsupported-provider state.Behind the default-off experimental flag, so no user-facing change yet.
ORGS-1742