Skip to main content

All Questions

0 votes
0 answers
79 views

How do you get AWS SDK to obtain a role when signing in from Azure AD SSO (Enterprise Application) redirected via Relay State?

I'm working on allowing the AWS SDK to access AWS resources from the browser. I'm using Azure AD Idp-initiated Enterprise Applications flow. The Consuming service is signin.aws.amazom.com/saml and the ...
Maxicl's user avatar
  • 34
0 votes
1 answer
514 views

How to pass a token on an Azure Function response as a cookie with a redirect?

Considering the following code: const { SAMLResponse } = qs.parse(context.req.body) const { clientName } = context.req.params try { const samlResponseFormatted = decodeURIComponent( ...
Ericson Willians's user avatar
0 votes
1 answer
945 views

Azure Single Sign on post request giving 403 forbidden error

I am working on the jsp-springboot application ,I have implemented the sso using azure and it is working as expected. I have configured azure.activedirectory.tenant-id azure.activedirectory.client-id ...
Thejas's user avatar
  • 479
1 vote
1 answer
397 views

How to configure SSO for chatbot deployed on SharePoint Web site?

I am trying to configure SSO on the SharePoint website using Power Virtual Agent Chatbot. We are using Azure for Authentication and SSO. I had posted for help to achieve this on the Power Virtual ...
Ram's user avatar
  • 17
0 votes
1 answer
242 views

How to get Azure AAD B2C forgotten password link in selfasserted data uri

Due to business requirement we need to use selfasserted:2.0.0 instead of unifiedssp:1.2.0 for login page. I am unable to find any documentation in azure b2c which I can use to enable forgottenpassword ...
RL89's user avatar
  • 1,906
0 votes
1 answer
1k views

How to tell if a user has an active Azure session, in html page, before SSO?

I'm trying to create an HTML page, and a part of it is to check if a user has an active Azure AD logged in session. If so then certain elements of the page would change. The IdP and SP are setup ...
Mojo Chinto's user avatar
0 votes
1 answer
885 views

Error while Single Sign On(SSO) via Azure AD Authentication - AADSTS50059

Error AADSTS50059: No tenant identifying information found in either the request or implied by any provided credentials. We have two subdomains(sd1.domain.com and sd2.domain.com) registered to two ...
gottacodeemall's user avatar
7 votes
1 answer
17k views

Sample cypress script to bypass SSO

I am setting up new cypress tests to test some functionalities in Dynamics 365 application. But, I'm left with a browser window with the url https://login.microsoftonline.com/__/ and the text Whoops, ...
Akhil Tabjula's user avatar
1 vote
0 answers
944 views

MS Teams App Development - Silent login to Azure AD using microsoft/teams-js

I'm developing an app for MS Teams which a user can install for himself from the app store (Tab). I have a SPA with Angular 6 which I want to use to access SharePoint and MS Graph resources. The SPA ...
Simon's user avatar
  • 96
0 votes
0 answers
47 views

Cannot add another set to sets in Office Add in manifest

I am building Outlook Web Add-in and since I want to get the access token I am using this reference article but trying to add this IdentityApi set to my manifest: ... <Hosts> <Host Name="...
nmrlqa4's user avatar
  • 669