Quantcast
Channel: Azure Active Directory forum
Viewing all 16000 articles
Browse latest View live

Is it possible to synchronize AD between different tenants?

$
0
0

I had a tenant A (Office 365 Azure AD) registered in region 1 and a tenant B registered in another region 2. I paid different currency for subscription in different tenant. 

Is it possible to synchronize Azure AD from tenant A to tenant B?

Thanks



June


Azure is Down

$
0
0

I cant login  to azure, if I try to click on support it goes to the same error page

Additional technical information:
Correlation ID: 3d8405a9-a9ad-48b1-89e5-0479ccae9ae1
Timestamp: 2015-05-20 18:57:37Z

AADSTS90036: Non-retryable error has occurred.


Follow me on Twitter
levalencia Blog

trouble while signing in azure porral

$
0
0

Hi there,

I get the following error while signing in.

Correlation ID: 830bfa2c-edcc-490f-904a-64dbe05fa5f6

Timestamp: 2015-05-20 18:55:14Z

AADSTS90036: Non-retryable error has occur


How to Do the live id Silent Authentication by passing Client credentials as parameters

$
0
0


I have requirement to pass user name and password from my application Login page , once user provide user name and password i need to authenticate user using Active directory.

Please note: User name here is the Windows Live Id and Password is the Password for the live id account.

When i am using below code i am getting missing_federation_metadata_urlerror code for live id account but same is working fine for internal org id.

Code    publicstaticstring GetAuthenticationHeader(string tentant = "Common")

        {

           UserCredential uc =newUserCredential("Live Id","Password");

           AuthenticationResult result =null;

           var thread =newThread(() =>

            {

               try

                {

                   

                   var context =newAuthenticationContext(string.Format("https://login.windows.net/{0}","Federation End Point"));

                   

                    result = context.AcquireToken(

                        resource:ConfigurationManager.AppSettings["WindowsManagementUri"],

                        clientId:ConfigurationManager.AppSettings["AsaClientId"],

                        userCredential: uc);

                }

               catch (Exception threadEx)

                {

                   Console.WriteLine(threadEx.Message);

                }

            });

            thread.SetApartmentState(ApartmentState.STA);

            thread.Name ="AcquireThread";

            thread.Start();

            thread.Join();

           if (result !=null)

            {

               return result.AccessToken;

            }

           thrownewInvalidOperationException("test");

        }

Please Suggest.

MSOnline module displays no commands in get-module

$
0
0
I have installed the Microsoft Online sign on assistant and the current version of Microsoft Windows Azure Active Directory module; however the list of exported commands is blank when runningGet-Module -ListAvailable MSOnline.  The module loads but I do not have access to the cmdlets. I have already uninstalled and re-installed both the online assistant and the Azure Active Directory module but this has not helped. 

***** This posting is provided "AS IS" with no warranties, and confers no rights.

NetSuite Gallery App Documentation

$
0
0

Where can we find configuration/administration documentation for the NetSuite App in the App Gallery ?

Many Thanks!,

-Mike

Accounts not Sync between Azure AD with on-premises AD

$
0
0

We are planning to put one AD replica in Azure , On premise we have Primary and Secondary DC ,As third one we are putting the in Azure .

We have the Site to Site VPN connectivity to our Azure Cloud.

I made one test scenario and created test in Azure , one time downloaded the users are OU details but not sync after that ,

My test scenario

Created Test Primary DC 1 in Premise

Created Test Primary DC 2in Premise

Created Test Replica  DC 3in Azure . ....I can ping to these DC and in the sites all DC is showing

Somebody can guide to resolve this issue and appreciated for your support .


Multiple Custom Applications in Azure AD

$
0
0

If I'm developing a single Web App via Visual Studio and use WaaD authentication, when I publish it to Azure and specify my Azure AD info, is it expected that two applications are created in my Azure AD? I have one for the public URL and one localhost.

Just checking if that's correct and I need to manage both applications independently (config, roles, manifest etc).

Regards,

Dave.


AD/Powershell script question

$
0
0

The company that I work for has a process that extracts employee data (name/email address/department/etc...) from our partners infrastructure. Currently we run powershell scripts on our partner company's local infrastructure (AD/Exchange) to extract the data and import this data into our product.

I am assuming that the script will work "fairly well" in hybrid local server/Azure configurationsunless the there was a lot of users created on the "Azure" side because the AD data only syncs one way at present.

My question is.....if a customer migrates completely online and loses their local AD/Exchange instance.....Where would we run the script from/where do we point the script to? Can this be done at present?

An extract from the code is below.

$settings = @{

                "API_USER" = "api-user@example.com";

                "API_PASSWORD" = "$($password)";

               "AD_SERVER" = "server:1234";

               "EXCHANGE_SERVER" = "exchange.sample.intra";

                "USE_PROXY" = "false";

                "VERBOSE_MODE"  = "false";

                "SCHEDULED" = "false";

                "PROFILE" = "false";

}



I just wanted to check if anyone knew for certain where we would point the script at (see highlighted text)

Thanks

Graph API Differential query for group

$
0
0

Hi There,

I am using Azure Graph APIs for querying Groups and its member for a tenant.

But, when I try for all the groups I get the response, but not for individual group and group members.

Can you please help me by providing information about the differential query for the following situations or provide me any alternative for it :

https://graph.windows.net/kirtibali92gmail.onmicrosoft.com/groups/8482cb4c-4a8b-4fc7-8d8f-0ea6bd917a33?api-version=2013-04-05

https://graph.windows.net/kirtibali92gmail.onmicrosoft.com/groups/8482cb4c-4a8b-4fc7-8d8f-0ea6bd917a33/members?api-version=2013-04-05

Thanks,

Kirti

Jwt token doesn't contain "groups" claim

$
0
0

Hi, starting from today jwt token doesn't contain "groups" claim anymore. Nothing was changed on our application side and AD wasn't reconfigured. I checked manifest - "groupMembershipClaims": "SecurityGroup" is on place (tried with "All" - no result as well).

Verified that graph api returns appropriate list of groups as usual. Were there any changes introduced recently?



How to add existing (microsoft accounts) users to my own Azure AD with Graph API?

$
0
0

Hi,

On my server I get a list of existing microsoft-accounts which I need to add to our company-azure-AD, so they can login on our portal. I can add users with the Graph API, but I need to provide a password as well.

If the userIdentity already exist, will it overwrite the password then with my provided password?

Or better how do I link "existing" accounts with my azure-AD ?

Azure AD

$
0
0

Hi,

I wonder if anyone can help.

I've been tasked with setting up two sites, one in US and one in the UK with on-premise Active Directory. Which is no problem for me, I've done it before, but, my client wants Active Directory on the cloud (Azure) which I am not too familiar with. They also want Office 365 setting up to use for emails and sharing files via Sharepoint/one drive, and they want single sign on. So my question is, can the 2 on-premise ADs replicate via the Azure AD, or do they need a site to site VPN setting up. Also, with Azure AD, do I still need to set up dirsync for single sign on? If yes, what would be the benefit of using Azure AD? Forgive me, I'm not too clued up with it.

Kind Regards

S

Remote Connectivity Analyzer? - Verify / Testing?

$
0
0
Just wondering if there is something like RCA for Azure AD? I am trying to make sure I got all my DNS ducks in a row to be ready for Windows 10 users. I am using it today with Office 365 / Skype for Business and maybe that is enough of a verification? Thanks for any pointers.

Where Azure AD sync tool should be placed?

$
0
0

Hi,

I am new to Azure AD. I have the simple network which include one Windows Server 2012 Host with two VMs. Both VM also Windows Server 2012 – DC and FS.

I am going to setup Exchange Online with Azure AD Sync Tool for Directory and Password synchronization. I am going to manage and administrate everything through GUI.

My question is where is the best place to install Azure AD Sync Tool – on DC, on FS, or Window 8 WS?

Thank you in advance,

Alex



Removing and Office 365 Tenant

$
0
0

In my Azure Portal, I followed the following instructions and added my Office 365 account.

https://msdn.microsoft.com/office/office365/HowTo/setup-development-environment#bk_CreateAzureSubscription

under

"Associate your Office 365 account with Azure AD to create and manage apps"

Now I need to remove this association and when I try to do that I get an error saying there are applications associated with this tenant.  When I go into the applications the delete option is not there, how do I remove this?


Application Proxy Connector and Sysprep

$
0
0

Hi everyone,

we're hosting the Application Proxy Connector in an Azure Virtual Machine, connected to the on-prem network via express route.

In order to improve resiliency of the system, I wanted to spin up two instances of the VM, with the same connector installed.

Two questions, though:

  1. Is this (two VMs running the same proxy connector for the same App Proxy Application) a supported scenario?
  2. I've experimented running SysPrep and creating a VM Image to easily replicate the VM, but the connector doesn't seem to work after I provision a new VM from it. Any clue on why is this happening?

Thanks for any help.

Marco

Azure AD login auto redirects with live id - ADAL binary

$
0
0

I am using ADAL library (v 2.15) for AAD authentication on windows 8 app.

For few users, we observe that it does not pop up to enter AD credentials and picks the live id of the user and the login fails .

Even after reinstalling the app the same issue persists.

Currently the code uses

await AuthContext.AcquireTokenAsync(_resourceId, _clientId, _redirectURI);

It works fine if we use

await

AuthContext.AcquireTokenAsync(_resourceId, _clientId, _redirectURI,PromptBehavior.Always);

But we don't want the pop up to appear everytime.

Any help how to solve this issue?


ADAL issue on deploying appx package

$
0
0

We are working on a Windows 10 UAP app which uses ADAL for user authentication.

The issue we are facing here is, if the app is deployed via appx package using powershell it fails to acquire token . And throws exception:

authentication_ui_failed: The browser based authentication dialog failed to complete. The system cannot locate the resource specified

But if the app is deployed via VS , it works fine without any issue.

The issue is observed in both on 2.6.1 alpha and  2.14 versions of Microsoft.IdentityModel.Clients.ActiveDirectory.dll . Any suggestion how to resolve this issue. The issue is not observed when we enable to using a custom AD tenant.

Unable to clear WAAD login information from WebView in Android

$
0
0
Hi,

I recently logged into Microsoft WAAD account using an Android app using webview.

First time i was taken to login page after login page, then i was asked to click Accept to allow the app access the domain.

However on further opening of the app again for testing i do not see the login page of Microsoft however i would be taken to next page after login directly, allow app access to domain page.


i tried these things:

webView.clearCache(true);
webView.clearFormData();
webView.clearHistory();

webView.clearSslPreferences();

getApplicationContext().deleteDatabase("webview.db");
getApplicationContext().deleteDatabase("webviewCache.db");

getBaseContext().deleteDatabase("webview.db");
getBaseContext().deleteDatabase("webviewCache.db");

but my issue is not yet solved. is there any other browser related data to be cleared ?

Regards,
 Harish
Viewing all 16000 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>