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

1093 sso gérer correctement les confirmations dactions critiques #1095

Conversation

NicolasBuquet
Copy link
Contributor

Fix #1093

Tests effectués en login SSO sur :

  • Vérification d'appareil
  • Reset de signature croisée
  • Suppression d'appareil
  • Fermeture de compte

@@ -230,6 +230,11 @@ - (void)goBack
}
}

// Tchap: give access to backButton to allow a 'Cancel' functionnality.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to understand this change

Copy link
Contributor Author

@NicolasBuquet NicolasBuquet Oct 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yostyle
It is to enable a cancel button in the SSO web pop-up view.
Actually, only a "Done" button is available, that try to validate the login and that will re-trigger the SSO pop-up if login is incorrect.

This change is to enable access to "back" button to be able to propose a "Cancel" button that will not re-send the original request.

Simulator Screenshot - iPhone 15 - 2024-10-07 at 15 09 49

Utilisé ici :

@NicolasBuquet NicolasBuquet force-pushed the 1093-sso-gérer-correctement-les-confirmations-dactions-critiques branch from 1144af1 to fbb79f7 Compare October 7, 2024 13:55
Copy link

gitguardian bot commented Oct 7, 2024

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@NicolasBuquet NicolasBuquet force-pushed the 1093-sso-gérer-correctement-les-confirmations-dactions-critiques branch from 363d65f to fbb79f7 Compare October 7, 2024 14:28
Copy link
Contributor

@yostyle yostyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NicolasBuquet NicolasBuquet merged commit d9b0fd7 into 1089-mettre-en-place-le-nouveau-flow-sso Oct 7, 2024
1 check passed
@NicolasBuquet NicolasBuquet force-pushed the 1089-mettre-en-place-le-nouveau-flow-sso branch from 7f9ed78 to fd78a72 Compare October 7, 2024 16:07
@NicolasBuquet NicolasBuquet deleted the 1093-sso-gérer-correctement-les-confirmations-dactions-critiques branch October 7, 2024 16:07
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.

[SSO] Gérer correctement les confirmations d'actions critiques
2 participants