MaikuB / MaikuB/flutter_appauth
Multiple schemes
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 308
- Forks
- 301
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 5
Description
I need to add custom schemes for Microsoft, Google Autodesk. Only one is working at a time. Here's my intents in android manifest: `
`
Build gradle: `manifestPlaceholders += [
appAuthRedirectScheme: "app",
auth0Scheme: "msauth",
autodeskScheme: "app", // Autodesk
googleScheme: "com.progresscenter.app",
applicationName: "io.flutter.app.FlutterApplication"
]`
problem is if i put appAuthRedirectScheme: "app", then only autodesk works others fail to redirect to app. if i put appAuthRedirectScheme: "com.progresscenter.app", then only google works other fails. how to make all work at same time?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Android manifest intent filters and the Gradle manifestPlaceholders shown in the issue, then trace how flutter_appauth uses appAuthRedirectScheme for redirect handling. Test the Microsoft, Google, and Autodesk configurations separately and together; done means all three providers redirect back to the app without changing the configured scheme.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, dart, flutter
- Domain
- authentication, mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100