Moqui and Minio Integration

Hi, I want to use minio as file management in moqui!
I want to use openID for integration, is this a good plan?
Does anyone have experience with minio and moqui?

1 Like

Minio as I understand it is just an open source self hostable s3 compatible api for storage.

I would start with looking at the existing s3 integration with aws, and see if you can adapt it, or need to fork and adapt it to a different library.

I would implement so it so that it’s usable through the resource facade and just use the default s3 authentication for machine to machine communication unless you have special requirements for openID integrations.

1 Like

See Moqui SSO now available

2 Likes

thats sounds good.
thank you both

1 Like