{
"message":"scopes array must be empty for security type 'http'",
"errors": [ {
"path":"/v1/enrollments/{enrollmentId}",
"message":"scopes array must be empty for security type 'http'"
} ]
}
The scopes can be found when decoding my bearer token:
"scope": "profile email enroll.write"
Im using following to load the enrollment.yaml descriptor
Encountered error when loading the https://osia.readthedocs.io/en/latest/enrollment.yaml
The scopes can be found when decoding my bearer token:
Im using following to load the
enrollment.yaml
descriptorAnd the snippet for loading it: