You cannot use user-agent flow auth if you want to use our own account for all users.
Solutions a) Check for another authentication path available (client credentials, apikey,JWT,…)
b) Manually auth using authorization code flow (like user-agent) [Showcase] Manual OAuth2 Token Integration
1 Like