Automate Login to Microsoft PowerBi - authentication

I created a Login form, and after the button is clicked I need that this data automatically login into Microsoft website using POST method.
Any Solution?

Related

Form Submissions via API

I have a form embedded on my website via Hubspot API. I want to receive an email notification if someone submits the form. I tried the solution given on the HubSpot community but it does seem to work.
Here it is https://developers.hubspot.com/docs/methods/forms/submit_form
https://developers.hubspot.com/docs/methods/forms/submit_form_v3
Can anybody provide a solution? TIA.
Under Marketing -> Lead Capture -> Forms, find and open the relevant form. Click the Options tab at the top and in the middle of the page locate Send submission email notifications. Select your user from the drop down list or manually enter an email.

How to access API with AAD token from Contextual Outlook add-ins

By referring to all the outlook web add-in documentation online, I cannot find a way to access an API with bearer token from Contextual Outlook add-ins.
One of the obvious road blockers is the behavior of contextual card which disappeared if your mouse clicks on other places/windows. And I have to clicks on the pop-up login window in order to login...
I was wondering if there's anyone knows any solution.
Thanks.
Here is the current flow:
My RegEx rule matches activate contextual detection in email content (read mode).
I click the highlight text to open the contextual card and see my add-in content powered by a web server.
My add-in code asks user to login to get user token, so that we can use the token to authenticate to another API. (In short, our backend API doesn't want to be public and non-Auth). Outlook pop-up a separate window for login.
I move my mouse to clicks on the button in the login window. At the same time, contextual card disappeared.
Maybe the code successfully get the user token, but the add-in is terminated before got the token.

Custom ASPX Form whats the better way

I have developed a portal using SharePoint 2010 (Standard Edition). I want to develop a Master-Detail "Requisition" form using Visual Studio 2010. I don't want users to access the List and click on "Add New" to access the form. I want to create a link on portal's homepage like "Requisition Form" when user will click on the link it should open the form right there.
Should I create a Visual WebPart ..then create new page and embed the webpart there? or should I develop WebPart Page..I've never done webpart page so what's the better approach? and to Edit the page do I need to create another Visual part with Gridview control and fill currently logged in user's Requisitions including Item ID and pass it on to MyCustomRequisitionEditForm.aspx ?
Please advise.
Why don't you customize standard new form of the list with Sharepoint Designer or InfoPath? You can create a link to this form on the homepage of your portal.

Pop up Alerts in moss 2010 Intranet site

I need to create alerts to group/all employees in my site.To my site home page basing on the data pushed into "custome list" by administrator in moss 2010 intranet site.So can any one suggest steps to acheive this.Hoping quick replys...
Create a simple workflow using SharePoint designer and send out alerts/notification emails to the users in the group when something happens in your list (like a costume worth more than 100 bucks is entered etc..). You can trigger this notifications workflow in many scenarios.
See this link.
Check out this video on how to create workflows using designer.
Having said that, if you need a pop-up or a message box to appear when a user visits the site (and ofcourse when something changed on your list) then you have to write code in the load event of the page/any web part on the page to display popup. SharePoint 2010 has Javascript API which makes it easy for you to display pop-up or you can do this totally in the code.

Dotnetnuke popup login control with the modalpopupextender

I'm trying to create a modal popup login control for dnn using the ModalPopupExtender in the AjaxToolkit. An issue that I'm running into is that when I click the "Login" button on the popup login form, if the login fails for some reason or if the user needs to update some information before moving on, the modal popup is cleared and the user is never notified that they need to change the information and the login cannot proceed.
Does the ModalPopupExtender provide the ability somehow, to mimic a wizard type of interface so that if my login failed then the next control would be rendered in the popup (e.g. "user must change password"). Someone please help.
You can use the wizard control inside of the modalpopupextender.