Open GeorgDangl opened 3 years ago
available_scopes
is, in my opinion, a more descriptive name
For 1.x, we're relying on a manually process. That means, developers connecting to an OAuth2 capable server should find out the required scopes for the specific instance and handle it in their own code.
Sep 25th 2023, group discussion. See comment from the same date on https://github.com/buildingSMART/foundation-API/issues/25
Some OAuth2 / Open ID Connect providers require that clients include a
scope
parameter when requesting an access token. It looks like all CDE servers can add a default one if none was included, but a new feature to include something likerequired_scopes
(maybe even scoped by API?) could be added to the authorization endpoint, so that final responses could look like this: