Look on your Auth properties (the part that triggers /authorize) because you are probably missing response_type
property to be set in your authorize request…
If you do standar OpenId the response_type
is usually “code” for PKCE
Look in your browser request to /authorize
endpoint what is in URL parameters there should be response_type
I’m bit wondered because Angular SDK s should append this automatically