Skip to content

Conversation

sandhose
Copy link
Member

This is a small pass-by fix, that bothered me for some time.
Because we did not ask for any ordering when requesting all the enabled providers, the order of the providers was not guaranteed.

This adds a 'ui_order' column to the providers table, and fills it on config sync based on the order of the providers in the config file.

Fixes #3836

@sandhose sandhose added A-Login-Flow Related to the user login flow A-Upstream-OAuth Related to login via upstream OAuth 2.0 providers T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks. labels Mar 12, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 12, 2025

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 36a9131
Status: ✅  Deploy successful!
Preview URL: https://f35eff8c.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://quenting-stable-providers-or.matrix-authentication-service-docs.pages.dev

View logs

@sandhose sandhose requested a review from reivilibre March 12, 2025 10:40
@sandhose sandhose merged commit 2ae1523 into main Mar 12, 2025
21 checks passed
@sandhose sandhose deleted the quenting/stable-providers-order branch March 12, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Login-Flow Related to the user login flow A-Upstream-OAuth Related to login via upstream OAuth 2.0 providers T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ordering of upstream OAuth 2.0 provider is not stable

2 participants