I have a asp.net website. I am going to post a link to this website in SalesForce. Our requirement is that any user who has logged into SalesForce should get logged into the custom web site when he clicks on the the link.
Is it technically possible to even do this ?
Yes.
Related
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 have an asp.net web application and i need to add a button that shares content to facebook.
Is there any way to do it ?
You can share your webpage on Facebook by referring to the developer guide provided by facebook.
https://developers.facebook.com/docs/sharing/reference/share-dialog
Currently, I am working on ASP.Net Identity related project. I implemented code to use external login providers like Google, Facebook, Microsoft, Twitter and Yahoo in our project. It's working fine.
But, our client is asking us to open external provider login page in a fancybox and on clicking login button, the page need to be navigated to our actual project based on validation of login credentials. Please suggest me any solution.
I have a wordpress site.
currently I don't have any login/registration page/form in our website.
I need to create a login page where user can login using an existing google account. it should be the only way to login to our website. Please note, I'm not talking about login page to wordpress admin pages...I'm talking about login page for website.
Steps:
1) user goes to my website
2) click login link
3) navigates to goole sign in page
4) sign in
5) back to the website , the user is logged in
Is there any WP plugin for such case.
TIA, Anna
Bear in mind that the login page for the WP admin pages is the default login screen for users as WP understands them. I don't know what you expect logged-in users to be able to do or see, but you'd have to manage that access at a different level if you're not using the WP users.
If you just want commenting but with Google logins (and others) I'd recommend Disqus.
You need to sign up with Google for this: https://developers.google.com/accounts/ There are several options there like using Google+ log-in, etc.
I haven't seen a wordpress plug-in for it, and even if there is, you'd probably have to register with Google somewhere in the above link because they need to give your specific website permission.
If you want to cut to the chase, look at this link which talks about installing the google button using HTML https://developers.google.com/+/web/signin/add-button
I need to create an Login page which uses Facebook account. I have seen code in PHP language but i want to use it in asp.net how should I use it and how it will retrieve my data with Facebook?
You can use the Facebook C# SDK
You may wanna take a look: http://developers.facebook.com/
More specifically here: http://developers.facebook.com/docs/beta/opengraph/tutorial/