Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add change password URL and app ID association for b2c.voegol.com.br #847

Merged
merged 2 commits into from
Nov 3, 2024

Conversation

exh-Auster
Copy link
Contributor

@exh-Auster exh-Auster commented Nov 3, 2024

This is the official Gol Airlines (https://www.voegol.com.br) app for iOS. A link to the app can be found at the bottom of the website.

Entitlements:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>application-identifier</key>
        <string>8TX3D8JQ7Q.com.yourcompany.GolCheckIn</string>
        <key>aps-environment</key>
        <string>production</string>
        <key>com.apple.developer.team-identifier</key>
        <string>8TX3D8JQ7Q</string>
    </dict>
</plist>

The website has a B2B channel (https://b2b.voegol.com.br/) that doesn’t seem to be supported by the app, so I’m specifically adding https://b2c.voegol.com.br, which is where the “CREATE OR ACCESS ACCOUNT” link points to. I’m applying the same logic to the change password URL; let me know if one or both cases should omit the subdomain.

Screenshot 2024-11-03 at 17 36 24

As for the Well-Known URLs, voegol.com.br/.well-known/change-password returns a 404, and b2c.voegol.com.br/.well-known/change-password redirects to b2c.voegol.com.br/compra.

Overall Checklist

for change-password-URLs.json

  • There is no Well-Known URL for Changing Passwords (https://example.com/.well-known/change-password)
  • The URL either makes the experience better or no worse than being directed to just the domain in a non-logged-in state

@rmondello rmondello merged commit 32aa334 into apple:main Nov 3, 2024
5 checks passed
rmondello pushed a commit to rmondello/password-manager-resources that referenced this pull request Nov 6, 2024
…pple#847)

* Add change password URL for b2c.voegol.com.br

* Associate b2c.voegol.com.br with the Gol app (8TX3D8JQ7Q.com.yourcompany.GolCheckIn)
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.

2 participants