Where is the microsoftbotframework openid information? - chat

I'm trying to make a microsoft bot framework bot. According to:
https://docs.botframework.com/en-us/restapi/authentication/
I'm supposed to go to the following website to get the OpenID/Oauth Configuration Information: https://api.aps.skype.com/v1/.well-known/openidconfiguration. But that link doesn't seem to go anywhere... Is there somewhere else I should be looking? I tried the site given for emulators as well, but the keys I get from there don't match the key I receive with my message...
Thanks!

Turns out I was just being blocked by the company proxy. :(. Thanks for all the help!

Related

In SSRS what does the option 'Log in using these credentials, but then try to impersonate the user viewing the report' do?

When I add a new Data source via the web browser, there is the following option: 'Log in using these credentials, but then try to impersonate the user viewing the report'?
What does this option do?
What are the advantages?
I tried and read the docs but I still don't understand it.
This is with latest version of SQL reporting service.
Thanks in advance.
Kind regards
As there is no answer yet I will explain what a colleague of mine told me in short.
It basically comes down that you login with an order account it's privilege's.
So in the meantime I am not using it as I don't see the advantage of it and only complicates things.

Firebase Email Verification

I'm quite a noobie at Firebase. I'm asking for a sort of step by step guide to setup email verification.
Currently, my app uses basic email password login. I want users to be verified so I'm hiding content based on a user's emailVerified property. I'm calling the .sendEmailVerification() and it sends to the current user's email but, whenever I click the link in the email it says the link has expired or someone has used it, this also doesn't change the property. I suspect it has something to do with the api manager. I currently have my website hosted to the built-in Firebase hosting URL.
Based on this link in the docs (which refers to a similar function but not the exact one): https://firebase.google.com/docs/reference/js/firebase.auth.Auth#sendPasswordResetEmail
p.s. I can't find anything regarding this exact function in the docs.
I think I need some sort of listener at the link of the email or on my website?
Thanks in advance, any answers are appreciated.
there could be an issue with your browser api key. You may have some referrer restrictions on it. This could cause the misleading error (code expired or used) to occur. Either fix that issue or generate a new one in the Google console.

Is it normal that sandbox.paypal.com returns tomcat error HTTP Status 404

I am trying for the first time to setup Paypal PDT and want to test it against the sandbox.
When I try to go to http://sandbox.paypal.com, I am getting forwarded to https://www.sandbox.paypal.com/hk/webapps/mpp/home , then I get an error generated by Tomcat (404).
Is that normal? Is this site to be used only though APIs and am I doing something wrong when opening it directly in a browser?
Under the FAQ, I can read that
I'm a non-U.S. developer. How does the site redesign affect me?
The current new REST APIs and PayPal Mobile SDKs are currently
targeted for the US market only. We will be rolling out in all
geographies over the rest of the year.
Is this a reason for that? Is the sandbox a part of the REST API?
I apologize for the inconvenience. We are working to fix this as soon as possible. In the meantime please try using https://www.sandbox.paypal.com/webapps/mpp/home as a workaround to log in.
Just wanted to follow up and to let you know that the 404 issue has been resolved.
Nope, it's broken for me to in the UK. I tried using a US proxy, and it seems that it's broken for everyone, no matter where you are.
Best to just sit it out and wait, although in the meantime I'm going to be using something else. Way to go, PayPal.

'from' attribute missing in ejabberd offline message Packet

I'm trying to write a module, which triggers a HTTP POST to an API when a user receives an offline message in ejabberd. It's for an iOS app which supports Push notifications.
I followed the guide on http://jasonrowe.com/2011/12/30/ejabberd-offline-messages/
I tested the code in the blog post. Most parts are working, but the from attribute is missing in the intercepted offline message. As you can see in the above blog post, the author's screen shot has the same problem, too. So, how can I get the sender's account name in an offline message Packet?
Did I miss something or is it a bug (in offline message, from attribute is just missing)?
BTW, I configured shared roster 'Everyone' in my ejabberd config, which allows everyone to see everyone as 'contacts'. I'm not sure if it's the reason.
Thanks :)
Please use the below blog , it is very simple and usful, it is works fine for me.
http://symmetricinfinity.com/2013/01/23/ios-push-notifications-from-ejabberd.html
Thanks,
I've got the same issue and change the message package in Client code will fix this. Simple add 'from' attribute to it :)

Facebook Graph API "search" by email suddenly stopped working

We have an application that issue search requests (FB Graph API) using an email address as the main query parameter, so basically we are searching users by email (e.g. /search?q=email#dot.com&type=user). Everything was working perfect until yesterday when suddenly we started to get 0 results from that request. We are not aware if something has changed on the way the search API works, or if without previous notice that feature is not supported anymore. Does anybody else has had the same issue, or has any info about it?
This was a bug (https://developers.facebook.com/bugs/292220680814266) and should now be resolved. Thanks.
This functionality was deprecated because of low utilization, and they have no current plans to re-enable it. Have a look
https://developers.facebook.com/x/bugs/453298034751100/
I looked thru Facebook's documentation and they don't have specified you can search by email address, only by name. https://developers.facebook.com/docs/reference/api/ (see the searching section).
Where did you find in their documentation you can search by email address? Can you send me a link?
I'm really thinking someone hacked into that feature and now Facebook considers it a security hole, and they plugged it.