-
Task
-
Resolution: Done
-
Minor
-
None
-
4.0
-
MOODLE_400_STABLE
-
MDL-72288-master -
-
5
-
Navigation push 5, Navigation push 6
Right now, the library treats each issuer as unique, whereas the spec allows issuer+clientid to be unique. I.e. multiple clients can register from the one issuer/platformid.
This issue is scoped with making changes to the upstream and to the model (DB schema and any validation code in the model, or in dynamic registration's register.php) to allow registration of several clients under the same issuer for a given tool site.
This issue should also check whether the dynamic registration flow can be used to add deployments for existing {issuer, clientid} tuples. For example, if I were to use a dynamic registration URL again in another platform context (such as registering the tool in another category, etc) and this result in a new deployment for the same issuer+clientid, would the tool be able to resolve this without trying to create a new registration and failing on the uniqueness clause.
- has been marked as being related by
-
MDL-69862 Add dynamic registration support to the tool
- Closed