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

ProConnect - utiliser le service ASWebAuthenticationSession d'Apple #1147

Open
Tracked by #195
NicolasBuquet opened this issue Jan 9, 2025 · 1 comment
Open
Tracked by #195
Assignees
Labels
bug Something isn't working iOS

Comments

@NicolasBuquet
Copy link
Contributor

Le service ASWebAuthenticationSession d'Apple est utilisé pour s'authentifier sur Tchap avec ProConnect.

Certaines actions requièrent une réauthantification (reset crosss-signing par exemple) qui doit passer par ProConnect aussi.

Seulement, cette réauthentification passe par une webView et non le service ASWebAuthenticationSession. LEs cookies ne sont pas partagés entre les deux et cela entraîne donc le besoin de resaisisr ses credentials ProConnect.

Forcer l'utilisation de ASWebAuthenticationSession dans tous les cas.

@NicolasBuquet NicolasBuquet self-assigned this Jan 9, 2025
@NicolasBuquet NicolasBuquet added the bug Something isn't working label Jan 9, 2025
@NicolasBuquet NicolasBuquet moved this to sprint en cours - WIP in Roadmap Produit Jan 9, 2025
@NicolasBuquet NicolasBuquet moved this from sprint en cours - WIP to prêt pour le sprint in Roadmap Produit Feb 4, 2025
@NicolasBuquet
Copy link
Contributor Author

A moins qu'il n'y ait bcp de remontées utilisateurs problématiques, on ne touche pas ce point.
Cela veut dire que les utilisateurs devront re-saisir une fois leurs identifiants ProConnect lors de la apremière action UIA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working iOS
Projects
Status: prêt pour le sprint
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant