Hi,
I am playing with Okta for authentication within an Angular SPA using @okta/okta-angular.
What I need to achieve is restricting access to routes based on Okta groups. I can access groups within the claims attribute of the id token via oktaAuth.getUser() but what is the best paradigm to achieve routing restrictions?
cheers
Martin