Philippe Signoret

Results 116 comments of Philippe Signoret

@mikaelengstrom No particular reason other that that I've been busy. I expect to have it submitted this week.

Do you expect all visitors of the site to be signed in?

Because if you do (i.e. it's an internal site) then you can automatically have them be signed in. If you don't, it's a bit trickier. Good request, let me see...

@culmor It's technically possible, although in most cases, simply setting this plugin to automatically redirect to Azure AD will do the job. Does you use case align with that approach?

When this is configured correctly, there are not prompts for additional sign-in if the user is already signed in, like you describe. How have you configured the plugin?

https://github.com/psignoret/aad-sso-wordpress/blob/master/README.md#bypassing-automatic-redirect-to-azure-ad-to-prevent-lockouts

Can you share how you have configured the application? (Do not share the client secret field--that's a secret. :smiley:.) Can you also right-click on the link to sign-in (in the...

Yes, the "Domain hint" setting will allow you to indicate to Azure AD which domain name you will be using, which will be used to load custom branded details (and...

The groups input drop-down will only work for directories with a small number of groups. I left some notes in the relevant commits. I really don't think `tenant_domain` should exist...

I've started working on this.