And then I tried to apply the same concept in my angular project which I managed to use Okta angular widget and I can register user and login from my app.
With this scope ‘okta.users.manage.self’, it gives me an error like this:
error.errorCode: invalid_scope, error.description: One or more scopes are not configured for the authorization server resource.
Someone educate me on how to set okta specific scopes in angular projects.
I think somewhere I read just Okta Service Client can mint tokens using okta specific scopes. But my postman test uses the same client as my angular project.
I already set http://localhost:8080 as Trusted Origins and it works for default authorization server well.
I want to do a simple task.
Register a user with okta Self Service Registration.
Login with that user.
Update user info.
Is there any way to do the above task using Angular? I am wondering how the postman example works without any issue. In there I set Auth URL and Access Token URL separately.