
j5v7c (j5v7c) asked a question.
- When do you request scope? Does it need to be in the initial CREATION of the JWT request or can scope be expanded when VALIDATION of the JWT occurs?
- If scope needs to be requested with CREATION of JWT, then:
- How to change scope in the Okta Angular Sign-In Widget?
- I tried using the Okta APtI endpoint (https://developer.okta.com/docs/api/resources/oidc#token), but when I requested multiple scopes I only ever received a response back with the "openid" scope, what gives?
- If scope needs to be requested with VALIDATION of JWT, then:
- How does one specify the scope in the Java Okta JWT Verification library (https://github.com/okta/okta-jwt-verifier-java), I don't see a setter for it.

Alright so: