AzureAD/azure-activedirectory-library-for-android

Getting invalid redirect url for release build with MS Authenticator

Closed this issue · 3 comments

Please ensure the following information is provided when logging a new issue:

  • Expected behavior
    Login with MS Authenticator in debug and release
  • Actual behavior
    Works fine in debug build but getting redirect url does not match in release
  • Steps to reproduce the problem
    upload the redirect url we get from "loginAuthContext.redirectUriForBroker" to aad config and try login in debug and release
    Debug works fine and but getting redirect url mismatch error for release
  • Specifications like the version of the library, operating system etc.
    using adal version : 2.0.0
  • Relevant logs and traces
    Invalid_client AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application
    Please note: Do not include sensitive information like PII, OII, credentials, secrets, and tokens.

For privacy/security issues please see instructions here

Fixed the issue, 2.0.0 does not work. go back 1.16

Reopening issue, as this looks like it needs follow-up.

@AnuragM09 Can you provide some more detail here? I am not aware of any blocking bugs in 2.0.0

Login with MS Authenticator in debug and release

Which app here is debug? The application you are developing? Or are you referring to the broker itself?

Feel free to include the correlation_id of any failed request and we can investigate; if there are issues in 2.0.0 we'd like to suss them out

Closing due to lack of activity