Currently I have one mobile app, it's using Azure AD for authenticating users while opening itself. Now I have developed one WordPress site and it's also using Azure AD for authenticating users. Now I have to join my WordPress site to my mobile app(as one page in that app showing some blogs). My question is while clicking this WordPress app page in mobile app it's should not ask for login again to authenticate. Instead of it, it has to authenticate using same Azure AD authentication which mobile application is using. Is it possible ? if yes, how to do ? any example code
Assuming both apps are
In the same Azure AD
Opened in the same browser
Users have logged on to either app
Consented to the app (either admin or user)
then single sign-on should take care of signing in your users and they shouldn't see any login page.
Related
We have a flutter application in which we integrated "dynamic links".
However, we'd like to activate the links on the main domain (example.com) directly, while keeping the website hosted on another hosting provider than firebase hosting.
So if we pointed the A records to firebase hosting, the website will not be working anymore.
How can this be achieved?
Example: when you search for olx.com.eg in Google, it automatically opens the application if I'm using mobile browser The key point is that they are using the same domain as a dynamic link and for website hosting through AWS
Thanks.
I have a web site which is using Windows integrated Login (SSO), so that users don't need to type any user name and password, but when they aren't using their domain accounts to login the computer, the web site will prompt a login box.
I just make a web site with form based login and then it will redirect to above web site. I can login using the AD domain account but after redirect to above web site, it also will prompt login box. How can I bring the credential to above web site?
Many thanks.
i am new in azure ad
and i have been using sso plugin for azure ad to let my client user sigin into the wordpress
but this plugin make my client user login through microsoft login page
i have been looking for a solution to create a page that can bypass microsoft login page
but i cannot find anything except an sso using saml that using the same redirect method
and i kinda lost now
can anyone told me is it possible to create that kind of page?
if no is there any reason why
You can't. If you use Azure AD Premium you can style it a lot, but it will still have much of the same look.
That is on purpose.
See the comments on this question: Is custom login page of Azure Active Directory possible?
I'm a computer science student with a Microsoft Dreamspark subscription. I recently created a website which I'm trying to host on Azure. The website URL is nickgilbert.azurewebsites.net. Whenever anybody besides me tries to access it they get hit with a sign-in wall prompting the user to sign into their Microsoft account. Can I fix this so the website is publicly accessible or does Dreamspark only let the subscription holder see the website?
Hosting of Azure apps from dreamspart subscript are free of cost. Are you using any Authentication mechanism in your website? Make sure you have anonymous access enabled to your default page in your app.
Yes, Azure student web sites are open to the world you simply need the url..
Did you set this up using a template? Here some instructions of how to setup a ASP.NET web site on Azure Cloud http://showtheworld.info/Quick_Start_Azure_Webapp.pdf
I have integrated DotenetOpenAuth to login using google account.
Its working perfect.
Can i achieve this with it ?
Once user logged in site1.com if user browse to site2.com the user get automatically logged in.
DotNetOpenAuth includes a Samples directory. There are OpenIdWebRingSsoProvider and OpenIdWebRingSsoRelyingParty projects which, I believe, do exactly what you want to achieve. Though, you have to implement your own central SSO provider.