I am using the universal login with an SPA set up - I am getting the following in my response after a success: #access_token=xxxx&scope=openid%20email&expires_in=7200&token_type=Bearer&state=MDQkAvqN1rlY0w1yCcn9XX1f88ypm5Y1&id_token=xxxx
I’ve read that part - but how do I associate an “API” to a “SPA” client?
When I pick a machine-to-machine client, the API option is there - but for a SPA client that is no visible.