Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure AD Single Sign on - Missing #34374

Closed
jnprakash opened this issue Jul 2, 2019 — with docs.microsoft.com · 11 comments
Closed

Azure AD Single Sign on - Missing #34374

jnprakash opened this issue Jul 2, 2019 — with docs.microsoft.com · 11 comments

Comments

Copy link

On the enterprise app with in Azure AD, under manage, the "single sing on" option is no longer available. Has this been removed? What is the new way to configure SAML for service provider initiated scenario?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@DixitArora-MSFT
Copy link
Contributor

Hi @jnprakash Thank you for your feedback! We will review and provide an update as appropriate.

@MarileeTurscak-MSFT
Copy link
Contributor

@jnprakash What do you see when you select the Enterprise Application? I followed the tutorial steps and was able to see the Single Sign On option in my tenant.
image

Can you post a screenshot?

@jnprakash
Copy link
Author

jnprakash commented Jul 7, 2019 via email

@MarileeTurscak-MSFT
Copy link
Contributor

The image doesn't show. Can you please post in markdown or email me at [email protected] for further troubleshooting?

@jnprakash
Copy link
Author

jnprakash commented Jul 8, 2019 via email

@MarileeTurscak-MSFT
Copy link
Contributor

Sorry, your screenshot is not showing for me.
image

I have seen a similar question answered by @jeevansd so I am looping him into this thread.
https://social.msdn.microsoft.com/Forums/en-US/6ed1ce28-1b91-45d0-a48c-3f104518920e/azure-ad-application-single-signon-option-missing?forum=WindowsAzureAD

@jeevansd
Copy link
Contributor

@jnprakash We can see the SAML SSO option for this app when you add the application from the app gallery. Can you please make sure that your user have to have the Cloud App Administrator role in Azure AD. Then only you can able to add the application from the gallery and configure SSO for it.

@jeevansd
Copy link
Contributor

@chetansriv and @v-nagta for visibility.

@jeevansd
Copy link
Contributor

@jnprakash Also make sure that you open this app in Enterprise Apps navigation. If you open this from the App Registration you will not see the single sign-on page.

@jeevansd
Copy link
Contributor

#please-close

@drdamour
Copy link

if you came here looking for a way to make this appear and you're using say...terraform this blade appears when the enterprise app/serivce principal has the tags

"WindowsAzureActiveDirectoryCustomSingleSignOnApplication", "WindowsAzureActiveDirectoryGalleryApplicationNonPrimaryV1",
"WindowsAzureActiveDirectoryIntegratedApp"

the other thing you seem to need to do is run

az ad sp update --id ${azuread_application.this.application_id} --set preferredSingleSignOnMode='saml'

tf specifics hashicorp/terraform-provider-azuread#173 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants