Skip to content

Add shared credentials for Bank of Baroda (bankofbaroda.in → bankofbaroda.bank.in) - #1244

Open
mangeshraut712 wants to merge 1 commit into
apple:mainfrom
mangeshraut712:cursor/bank-of-baroda-shared-credentials-b42c
Open

Add shared credentials for Bank of Baroda (bankofbaroda.in → bankofbaroda.bank.in)#1244
mangeshraut712 wants to merge 1 commit into
apple:mainfrom
mangeshraut712:cursor/bank-of-baroda-shared-credentials-b42c

Conversation

@mangeshraut712

@mangeshraut712 mangeshraut712 commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Bank of Baroda moved its public site from bankofbaroda.in to bankofbaroda.bank.in. This adds a from/to shared-credentials group so passwords saved for bankofbaroda.in autofill on bankofbaroda.bank.in.

fromDomainsAreObsoleted is true because the old host no longer serves logins or marketing; it 301s to the new one. I use Bank of Baroda Internet Banking first-hand.

This PR is Bank of Baroda only. No Axis, Federal, HDFC, ICICI, or other quirks. HDFC is already in the file (hdfcbank.comhdfc.bank.in). Axis is #1242. Federal is #1243.

Live evidence (2026-09-04 UTC, curl -sI)

Re-checked immediately before this description (05:27:54 UTC). Observed Location headers:

  • https://www.bankofbaroda.in/ → HTTP 301 Location: https://bankofbaroda.bank.in/
  • https://bankofbaroda.in/ → HTTP 301 Location: https://bankofbaroda.bank.in/
  • https://bankofbaroda.bank.in/ HEAD (curl -sI) → HTTP 404 (HEAD is not implemented on the new host)
  • https://bankofbaroda.bank.in/ GET (curl -sI -X GET) → HTTP 200

That is CONTRIBUTING’s from/to case (from domains redirect to to to log in).

tools/validate-json-schemas.sh passed (quirks/shared-credentials.json valid).

First-hand + archive (login migration, not bare marketing redirect)

I use Bank of Baroda e-Banking / bob World first-hand.

bankofbaroda.in was the public entry. The actual User ID / password form was on feba.bobibanking.com Finacle AuthenticationController (USER_PRINCIPAL + password / access code) — same pattern as ICICI’s infinity host.

Archive (Nov 2020 login form — User ID label + input type=password):
https://web.archive.org/web/20201118000000/https://feba.bobibanking.com/corp/AuthenticationController?FORMSGROUP_ID__=AuthenticationFG&__START_TRAN_FLAG__=Y&FG_BUTTONS__=LOAD&ACTION.LOAD=Y&AuthenticationFG.LOGIN_FLAG=1&BANK_ID=012

Live today: www.bankofbaroda.in → 301 bankofbaroda.bank.in.

Overall Checklist

for shared-credentials.json

  • There's evidence the domains are currently related (live 301s to bankofbaroda.bank.in)
  • If using from and to, the from domain(s) redirect to the to domain to log in.

…roda.bank.in)

Bank of Baroda moved its public site from bankofbaroda.in to
bankofbaroda.bank.in. Share saved passwords one-way so logins for the
old host autofill on the new one. fromDomainsAreObsoleted is true
because the old host 301s away.

Co-authored-by: Mangesh Raut <mangeshraut712@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant