Open monicavalluri opened 4 years ago
This is expected behavior at this time. Do you expect login_hint=wallet
redirect to wallet?
@mbarkley
Yes, we'd like to be able to hint at the IDP being used without implying any particular user. Our particular use case for this is account linking. If a user is on the ddap-id-admin account linking page and selects that they'd like to link a Google account, we want to generate a login link that will pass through the IC to Google right away, but will not hint at Google which account to use.
A login hint like
?login_hint=wallet:max@dnastack.com
works.This does not work:
?login_hint=wallet
.