imulab / go-scim

Building blocks for servers implementing Simple Cloud Identity Management v2
MIT License
142 stars 55 forks source link

fix(pkg, cmd): Compiling a path to schema extension fields fails #76

Closed imulab closed 4 years ago

imulab commented 4 years ago

Compilation to schema extension field paths fail because we didn't call crud.Register for the respective resource type during initialization. This was fixed now in the context setup, and various tests involving parsing of the resource type also got everything correctly registered.

Closes 72