You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot configure an identity provider login dialog with attributes like 'prompt=select_account'
So the redirection Url looks like https://login.microsoftonline.com//oauth2/v2.0/authorize?client_id=&redirect_uri=https%3A%2F%2F<TIB_URL>%2Flogin%2Fauth%2F1%2Fopenid-connect%2Fcallback&response_type=code&scope=openid+email&state=state&sso_reload=true&prompt=select_account
The text was updated successfully, but these errors were encountered:
Hi @vverbani, thanks for your response. Yes, you are right. I'm looking a way to pass parameters for an upstream identity provider login form (namely Azure AD). I was requested to implement the login dialog always displaying account list first. Would it be possible with TIB?
andyo-tyk
changed the title
TIB accept parameters for an identity provider login dialog
TT-5432 TIB accept parameters for an identity provider login dialog
May 26, 2022
I cannot configure an identity provider login dialog with attributes like 'prompt=select_account'
So the redirection Url looks like
https://login.microsoftonline.com//oauth2/v2.0/authorize?client_id=&redirect_uri=https%3A%2F%2F<TIB_URL>%2Flogin%2Fauth%2F1%2Fopenid-connect%2Fcallback&response_type=code&scope=openid+email&state=state&sso_reload=true&prompt=select_account
The text was updated successfully, but these errors were encountered: