Password not accepted accessing microsoftonline.com apps via OAuth Consent Screen - sharepoint

a newbie here... Please apologize if this isn't the right place.
I'm trying to grant access some Google users to MS online apps (Teams, Sharepoint, OneDrive, ...).
Yesterday everything seemed to work well, but today I get "Your account or password is incorrect...."; but they are correct, of course.
I reviewed carefully the instructions, both from Microsoft and Google Console sides, I didn't find anything wrong, but of course there must be something wrong!
Any hint or suggestion shall be highly appreciated.
Thanks anyway for the attention.
Marco

Related

Several type of authentification google assistant

I am currently testing to implement account linking by voice.
This system works perfectly but I would like to leave the option to the user to give him the possibility to connect via a classic oauth web page. Is this possible? If yes, how to do it ?
I would really appreciate a link or a helper because I can't find anything :(
Thanks to you the community :)

Get back deleted data from switching from business to personal account and back again to business account

During a bug investigation on Instagram app, we tried to associate a Facebook page to an existing Instagram Business creator account. For some reason we had only a "Something went wrong error, please try again later" for days.
We also tried to do it from a new account when we just switched to business account and it worked! So later we tried on our existing account because it's this one that we need to test (but it's a real account from one of our coworker) to switch back to a personal account in order to start the process over.
Unfortunately we did it without being really careful about the grey message that says it will lose content from promotions (we were not even aware about what this is).
Then we switched again to business account and tried to link our Facebook page and it worked. So it clearly fixed the bug that we had to connect our Facebook page.
Nevertheless, a couple hours later, our coworker came to us very scared and told us that she lost all the insights from her previous posts and she really needs it for her other work..
Is there any chance that we can get back this data, and if so how?
This website is for all developers - but I doubt the developers you need to see this are not going to see this. We really don't know how to help you in this case because we (as a community - not as individuals) do not manage any of the instagram or facebook code. These problems will have to be solved using the help provided on their platforms.
THIS site: https://help.instagram.com/381579045265733
THIS site: https://www.facebook.com/help/326603310765065/

Using Instagram API- Can anyone give me short steps of how to

I have created an account and also in overview part of developer part of instagram website tried creating an app, and succeeded. yet so far i have no idea how to obtain my client id and then token authorization code.
So it would be awesome if someone cane guide me in bulletine on in short how to do it. I would greatly appreciate it. Thank you in advance :)

Skip captcha resolution step while using Google IMAP server

I am developing a product which analyze Gmail account data and for that I need to allow user to log in to their Gmail account from my product. Now everything is going perfect no problem is there in execution. But when a new user come each time he/ she has to resolve Google Captch page (https://accounts.google.com/DisplayUnlockCaptcha). Now this is being hesitation to users and I want to skip this step. So is there any way through which I can eliminate this step?
Please help, thanks in advance.
Thanks,
Anvesh
After a long research I came to know that I can my domain to Google account which will allow me to register my web application. Anyone can register through this link https://accounts.google.com/ManageDomains
It's just simple many documents available for guidance.
Thanks,
Anvesh

Very simple user validation

I'm making an app and I plan to have some cloud happening with it, but I do not want to create a user data base and have the users need to remember their username and password.
Since it will be distributed through the chrome app store it's basically guaranteed that the user will have a google account. All I want to do is:
Get the user's email through the google account stuff. If I get it through there, well then their email is all the authentication I need to get that user's data.
If I end up putting the application on something other than chrome browser, I'll just have the user use their email to request a validation link, and then I'll send them a validation code for that account, they put the validation code into the application, it takes that as a verified user, so that's secure and easy as well.
EDIT: I'm looking into this. So far I have:
OAuth 2
Google API
But I have a problem that I don't know what to set as my javascript origins in the Google API and there isn't too much info on this abroad. If anyone can tell me what javascript origins I need to set for a chrome extension to access google api it would be a great help.
PS: Thanks for down vote, this is why I love resorting to stack exchange.
Hmmm, I think the only reason this was voted down is the fact that this question may be been asked somewhere on the site already (but I'll help you and give give a 1up).
So what you are wanting to use the Google OpenID. You will have to register your application with Google so they can provide OAuth2 tokens for you application. I have not done this with Google but with other services and it is pretty easy, just search around.
In terms of obtaining OAuth2 for your application in the chrome extension - this can be a pain since the extension is sandboxed and Google's example uses OAuth not OAuth2.
Here is solution I host on GitHub for this - I also use this in my extension GitHub Repositories:
https://github.com/jjNford/oauth2-chrome-extension
Hope this helps in some way. Don't get discourages with StackOverflow, it is a great resource with many great contributors.
Good luck!
I had to up vote you too as I'm tracking down a related issue so here is what I've found that may help.
According to these directions - http://code.google.com/p/google-api-javascript-client/wiki/Authentication - "In the "Authorized JavaScript Origins" box, enter the protocol and domain for your site." This should be the protocol (http:// or https://) followed by any optional subdomain followed by your domain name and no trailing slash. Nothing after the domain name.
This prevents certain kind of security attacks, see: http://en.wikipedia.org/wiki/Same_origin_policy.
There are some related questions here that I found that may help:
Problems with Google Picker API and selecting Google Drive items and google apis console 'Javascript origins'.
Now with all of that said, I am still trying to track down what values to put in there for one of my sites hosted as a Google Site, as none of the obvious values are working for me. So there may be some subtlety there that I have missed in this explanation.

Resources