i have a scope in access token which is in string format .can i change that to array format ?if yes can help understand how
Hello @varshithp welcome to the community!
Just to confirm, you are looking to have scopes included in the access token as an array as opposed to a string with each scope separated by a space as they currently are:
"scope": "openid profile email offline_access"
I don’t think this is currently possible but I can certainly do some digging once you confirm that is indeed what you are after ![]()
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.