Hi all,
how is the additional url parameter “approval_prompt=force” handled in the /oauth2/auth endpoint? This parameter indicates that the consent dialog should be shown in any case (see https://godoc.org/golang.org/x/oauth2#AuthCodeOption). How could I get a hand on that value in the consent app? Couldn’t find any info…