0

I'm trying to test my application with Office365 SSO. Since this is the test app, I don't have AD installed on my machine (and unable to use corporate AD either). My application only supports Shibboleth connection.

I've got a default domain on Azure services which I would like to use for my tests. Is is possible to configure Shibboleth SP against Azure AD without setting up test Windows AD on my virtual machine? Unfortunately, all the information I could find refers to local AD setup and synchronization with Azure services.

Below is the summary of my current setup:

  • local instance of Shibboleth SP
  • Active Azure AD test domain

Any help would be really appreciated!

Timka
  • 1,769
  • 1
  • 20
  • 27

1 Answers1

0

If you're trying to federate Shib with O365 and validate authentication as-if someone is coming from your AD with domain credentials, you need to stand up a domain controller as a VM or something similar.

Brian Desmond
  • 4,473
  • 1
  • 13
  • 11