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

Support setting the prompt type for the Microsoft connector #1912

Merged
merged 1 commit into from
Apr 24, 2021

Conversation

ricky26
Copy link
Contributor

@ricky26 ricky26 commented Jan 11, 2021

Signed-off-by: Erica Taylor ricky@wellplayed.games

Overview

This PR adds a promptType field to the configuration of the Microsoft connector.
Closes #1911.

What this PR does / why we need it

This allows users of Dex to specify which kind of prompt the Microsoft connector should display. Previously this used the default value which didn't prompt unless the user was signed out of Microsoft.

Special notes for your reviewer

Does this PR introduce a user-facing change?

The prompt type which the Microsoft connector uses can now be configured with the `promptType` setting.
Valid values are `login`, `none`, `consent` and `select_account`.

Signed-off-by: Erica Taylor <ricky@wellplayed.games>
@sagikazarmark
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

Add an option for setting prompt= on the Microsoft connector
2 participants