How to open "Connecting to a service" windows and authenticate website? - windows-phone

On some Windows 8.1 and Windows Universal app, when login to some service (Google, Facebook, Twitch, ...) I see this window open and login box like this. I search with google but no help to find how to implement on my app.
Can anyone give me answer or link to this function?

It is the WebAuthenticationBroker (https://msdn.microsoft.com/en-us/library/windows.security.authentication.web.webauthenticationbroker.aspx)

Related

Spotify api for quiz app and written permissions

I want to use your API for my application, the "Developer Terms of Service" says that I should get written permission, but the mail is not specified anywhere. Where can i get it?
The following link below, under "App Integration Application" you have to first setup the application. While setting up the application, there is a selection on whether it is a non-commercial or commercial application. By clicking on commercial, there will be the form you are looking for!
https://developer.spotify.com/support/
You can begin setting up your application through this link:
https://developer.spotify.com/dashboard/
And welcome to the SO community!

Actions on Google link third party service account using non-GoogleAssistant integration

I am working on Google Action for smart devices and using Dialogflow interaction schema with Java fulfillment. Fulfillment should call third party API to complete requests. For the purpose of the task, I must use a custom OAuth server. According to docs, I filled Action Account Linking information in Action Console with Grant Type: Authorization Code. For all intents including Welcome "Sign in required" is set.When testing with Google Home device or Google Home surface in Simulator menu, I get clear message "It looks like your Demo Service account is not linked yet. You can link Demo Service to your Google Account from the Google Home app." And as expected I get Linking Card in Google Home App to login and get AccessToken for third party service. Everything is OK here.
But when using Telegram integration or Phone surface in Simulator I just get "It looks like your Demo Service account is not linked yet" and nothing happen neither in Telegram, nor in Google Home App. How should user authentication for third party service be managed in this case?
Using the Actions on Google simulator, when you get the "It looks like your Demo Service account is not linked yet" you can achieve account linking by clicking on the DEBUG tab then open in a browser the url in "debugInfo". (See below)
The Phone surface simulates the Google Assistant app on Android or iOS devices. Users on these platforms will be prompted directly for account linking. (See below image)

How to write/read a message from Google Drive text file with Email Id and Password from ASP.Net Application

I want to read/write some content to Google Drive Programmatically from a ASP.NET MVC Application. Here i want to use Email ID and Password as hot coded instead of navigating user to authentication page.
I looked at some examples, all are redirecting user to Google authentication page. But My requirement is to use a fixed Google user account.
You can no longer use username/password for authentication. Just let go of it.
You can use the steps in the answer here How do I authorise an app (web or installed) without user intervention? (canonical ?) to achieve what you are looking for

SkyDrive PRO Form based authentication

I am new to Sharepoint and this is my second time i am going to do something on Sharepoint. I was assigned a task to research about SkyDrive Pro to find out the possibility of having form based authentication in SkyDrive Pro.
I searched alot but there is nothing available for the authentication of SkyDrive pro on the internet. I have the following questions
1- Is this possible to have Form Based Authentication for SkyDrive Pro ? I am looking for options (in SkyDrive Pro Desktop application) like Settings > Change Authentication Method > Select Method > Username/Password.
2- Any helpful links to understand the authentication machanism of SkyDrive Pro.
Thank you in advance.
Regards,
Behroz Siknader
Hope this helps
Skydrive Pro doesn't remember saved credentials (FBA)

Is there a way to get the "remember me" checkbox work on Azure Mobile Service authentication for WinRT apps?

I'm trying to add Azure Mobile Service authentications to my WinRT app. I got everything working and I can sign in with all the 4 social media accounts(Facebook, Twitter, Google and Microsoft Account). But when I close the app and restart it, I have to write my user name and password even if I check the Remember Me button on either one of the options. Let say I logged in with my Facebook account, what I want to achive is, when I restart the app and click Login with Facebook, it shouldn't ask my username and password but automatically authenticate me. The remember me button seems to not working. Is there a way to achive this?
Thank you for the answers.
Edit: I'm using C#/XAML for my my app.
The following blog post covers caching the user's identity. http://www.thejoyofcode.com/Setting_the_auth_token_in_the_Mobile_Services_client_and_caching_the_user_rsquo_s_identity_Day_10_.aspx
According to this page: http://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-with-users-dotnet/
Note
... This method is easy to configure and supports multiple providers. However, this method also requires users to log-in every time your app starts. To instead use Live Connect to provide a single sign-on experience in your Windows Store app, see the topic Single sign-on for Windows Store apps by using Live Connect.