VansonLeung
VansonLeung
This issue only occurs when using: parametersBuilder.withFragment(fragment) ``` var parametersBuilder = AcquireTokenParameters.Builder() .startAuthorizationFromActivity(activity) .fromAuthority(authorityUrl) .withScopes(scopes) .withPrompt(Prompt.LOGIN) .withCallback(acquireTokenCallback) parametersBuilder = parametersBuilder.withLoginHint(loginHint) parametersBuilder = parametersBuilder.withFragment(fragment) // key factor of reproducing the issue...
I have just made myself Allow/Deny Validation for Restivus, because separating methods & allow/deny validation feels stupid for me, and feels more stupid when it is also true for Restivus....
This is an optimized pull request of the original one: #1672 The custom fragment logic should fulfill the intent bundle parameters. Otherwise "mReferencedFragment" has no state. Authentication will fail.
This issue only occurs when using: parametersBuilder.withFragment(fragment) ``` var parametersBuilder = AcquireTokenParameters.Builder() .startAuthorizationFromActivity(activity) .fromAuthority(authorityUrl) .withScopes(scopes) .withPrompt(Prompt.LOGIN) .withCallback(acquireTokenCallback) parametersBuilder = parametersBuilder.withLoginHint(loginHint) parametersBuilder = parametersBuilder.withFragment(fragment) // key factor of reproducing the issue...
Fix typo of a missing `)`
Fix to prevent seeing � characters when chatting in Chinese.