Problem/Motivation

Login destination does not redirect when using with Single Sign On (SSO). Tested with the miniOrange module.

Steps to reproduce

Install drupal/miniorange_saml 2.15 and use it to authenticate. In my case, with Azure
Once you log in with "Login using Identity Provider", the page is not redirected.
screenshot login

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

elneto created an issue. See original summary.

elneto’s picture

Issue summary: View changes
gaurav.kapoor’s picture

@elneto Some more information here. How does 'miniOrange' logs a user in? Does it redirect user to particular route and then programmatically generates a session?

andrenoronha’s picture

Not working for me either. I'm using o365 with Drupal 9.5.2.
It seems to recognize the /login as the current page.

cruze72’s picture

StatusFileSize
new115.55 KB

The setting for redirection is actually in the miniOrange configuration and overrides anything using Login Destination.

It's under the tab 'Login Settings' and then 'Advanced Settings' at the bottom of the page.

Tested as working on Drupal 9.5.3 and miniOrange 8.x-4.6

singh_ankit’s picture

Issue tags: +dcp2024

Working on this as part of DCP2024