Closed 0Dmitry closed 1 month ago
You could solve this with inputclaim instead.
You could solve this with inputclaim instead.
Yeah, I was able to pass this prompt param as an input claim like this:
<InputClaims>
<InputClaim ClaimTypeReferenceId="prompt" PartnerClaimType="prompt" DefaultValue="select_account" AlwaysUseDefaultValue="true" />
</InputClaims>
I am trying to use
AdditionalRequestQueryParameters
metadata item to force google to show account selection page instead of using the currently logged in account if there is only one to use. I tried this config (not working):I tried to find a sample usage of that metadata attribute. But it seems there isn't any in the entire GitHub..
Any ideas on how to make it work?