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

Option to use Broker and configurable redirect URL #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BeMor81
Copy link

@BeMor81 BeMor81 commented Mar 15, 2018

Copied over definitions for index.d.ts as importing caused issues unless both ios and Android development environments were setup.
Storing userId persistently in Android for use with subsequent requests. Corrected the scope of "this" on Android login success.
initContext() was created as initialising in the constructor created lengthy startup times within app when utilised by a service.
Add the option to set Broker as true so to utilise Broker apps such as Company Portal for Android and Authenticator for iOS. The latter requires different bespoke redirect URLs for each platform so hence the introduction of MultiPlatformRedirectUri. For further information on what the redirect URLs should be and further app settings required please read the documentation below.

https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-sso-android
https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-sso-ios

@YvesCandel
Copy link
Contributor

YvesCandel commented Mar 19, 2018

Hi @BeMor81 , thanks for your contribution. I'll give your PR a quick test soon!

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

Successfully merging this pull request may close these issues.

2 participants