Skip to content

Commit

Permalink
set account_selection prompt for login (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
djfhe authored Mar 17, 2023
1 parent 0b7c0f0 commit d291c51
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ fun Application.authenticationModule() {
clientSecret = this@authenticationModule.environment.config.tryGetString("ktor.oauth.clientSecret")
?: throw IllegalStateException("Missing OAuth client secret"),
defaultScopes = listOf("email", "offline_access", "openid", "profile", "User.Read"),
extraAuthParameters = listOf("prompt" to "select_account"),
)
}
}
Expand Down

0 comments on commit d291c51

Please sign in to comment.