Calling AuthorizationManagementActivity.createStartIntent causes the app to crash
See original GitHub issueChecklist:
- I am using the latest release
- I searched for existing GitHub issues
- I read the documentation
- I verified the client configuration matches the information in the identity provider (or I am using dynamic client registration)
- I am either using a custom URI scheme or
https
with (App Links)[https://developer.android.com/training/app-links] for client redirect. - I can reproduce the issue in the demo app (optional)
Configuration
- Version: 0.8.1
- Integration: native-Kotlin
- Identity provider: our own
Issue Description
Calling AuthorizationManagementActivity.createStartIntent
causes the app to crash because AuthorizationManagementRequest
is package private.
Can I make a PR to change it to public?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
CentralHeatPumpSystem Control Schedule default value and ...
Calling AuthorizationManagementActivity.createStartIntent causes the app to crash, 5, 2021-04-23 ; Unable to pull docker image, 0, 2021-01-14 ; Taskbar is not ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
While I do not agree with your statements, having reevaluated that API it was a mistake that it’s currently unusable although being public.
I understand your point and see how this can be a security issue, but I think this applies more when using a 3rd party provider, such as Google and Facebook, which isn’t the case here. In our case, we have our own provider, which is used only in our apps.
We have this solution currently in place and the UX is so bad that we started getting negative reviews about it. Some users don’t even bother to continue with the sign in. We have apps with millions of users. Having users not being able to log in means a direct hit to our revenue.
IMO, the library shouldn’t enforce anything, but leave it to the developers. Everyone has a different use case and should be able to make the decision what’s best for their app.