Is there a way to use the form_post response mode with Angular OAuth2 OIDC? I can pass form_post as a custom query parameter, and the authorization code is correctly posted back.
However, the tryLogin method (called from loadDiscoveryDocumentAndTryLogin) seems to pick the authorization code from the query string instead.
How can I make it work with form_post?