I am trying to define the following custom scopes in AWS Cognito (launch
, aud
, offline_access
, online_access
, fhirUser
). These scopes are for SMART on FHIR.
However, I am only able to define custom scopes of the form <resourceServerIdentifier>/<scopeName>
by defining resources servers.
I want to define "bare" scopes that either include the resourceIdentifier
by itself or scopeName
by itself.
Indeed the AWS Cognito docs do specify that in requesting a scope a client must include the full identifier for the scope.
"Bare" scopes are such a common use in OAuth that I believe there should be a work around to support it. Has anyone been able to resolve this?