Requirement is to disable the Strapi authentication and use our custom AUTH(call internal API to fetch a internal custom ROLE). All the users will act as admin if role matches the role. We will not be storing any users in STRAPI.
Admin user would login using custom AUTH with 3 inputs. I want to use an internal API to validate the users by by-passing Strapi authentication.
Is it possible to achieve this usecase?
you can do that, so without auth you will have isConfirmed as false and you can set a default role for users, that being said users needs to add in user table no matter what
Hope that helps!