I don't normally share work at such a raw / early stage of development, but I thought I'd share this as:
- To my surprise I couldn't find a decent openapi specification for SCIM v2
- I also couldn't find any information about people using SCIM in conjunction with Firebase Auth / GCP identity platform
As I said this is incredibly raw / early - doesn't support much, and the openapi specification is still extremely inaccurate, but in case anyone else is looking for a SCIM client example thought I'd share.
It also makes use of one of my other projects https://openapi-code-generator.nahkies.co.nz to generate most of the boilerplate from the openapi specification, and will hopefully turn into a good example of how to effectively leverage that.
(also if anyone sees this and can direct me to a accurate/complete openapi specification for SCIM v2 that would be incredibly helpful)