Feature Request : Unable to open Pop-ups / Full page redirect for MS Azure AD Authentication

Hi Everyone,

I have a requirement where I have to get e-signatures from users in my Jira App(Custom UI). When a user is trying to give e-signature, I need to force the user to login to Azure AD with his credentials (username, password and MFA auth).

Official website says:
Azure AD authentication for SPA can be done in two ways.

  1. Popup
  2. Redirect

But Forge Documentation prevents both


As expected, I tried both ways, but MSAL couldn’t open popup / redirect to authentication URL.

(Note: I created an iFrame element with allow-popups attribute with no luck)

Is there any workaround to solve this issue?

Do you specifically need to do it each time you’re collecting an e-signature? Or could each user do it the first time they interact with the app.

Just wondering whether Forge’s built-in outbound OAuth 2.0 would work for you?

Hi @AdamMoore, thanks for the reply.

Thank you for sharing the link to OAuth2.0, but we didn’t find it to be a suitable solution as per our requirement. The requirement is to force the user to login (with his credentials) each time the system is collecting an e-signature showing his IdP’s UI.