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

Remove the reliance of callbackUriHost and callbackUriScheme when those values are not using. #30

Open
Achintha444 opened this issue Jun 5, 2024 · 0 comments

Comments

@Achintha444
Copy link
Contributor

Description:
Currently in the Android SDK, we need to add callbackUriHost and callbackUriScheme to setup even those values are not using.

ex:

android.defaultConfig.manifestPlaceholders = [
    'appAuthRedirectScheme': 'wso2sample',
    'callbackUriHost': '',
    'callbackUriScheme': ''
]

This can be an overhead for the developer. Therefore we need to fix this by removing the necessity on adding the callbackUriHost and callbackUriScheme when those values are not using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant