OAuthService.storeAccessTokenResponse(): ERROR TypeError: grantedScopes.split is not a function #687
Labels
more-info-needed
Please provide a minimal example (e.g. at stackblitz.com) which demonstrates the issue
question
For tagging support requests and general questions.
I am getting the following error when the access token is stored:
This happens because at this line grantedScopes is assumed to be a string which is in fact an array in my case:
Here is my configuration:
I use angular-oauth2-oidc version 8.0.4.
Best regards,
Stefan
The text was updated successfully, but these errors were encountered: