yasudacloud / strapi-plugin-sso

MIT License
89 stars 61 forks source link

Change Admin url to use only SSO #53

Closed Xora123 closed 5 months ago

Xora123 commented 5 months ago

Hey , there is an configuration in your plugin to only use the sso url like (strapi-plugin-sso/azurad) ? instead of using admin/auth/login ?

yasudacloud commented 5 months ago

@Xora123 Thanks for posting!

There is no function in the plugin to disable admin/auth/login. How about placing a web server in front of Strapi and redirecting the admin/auth/login path?

Xora123 commented 5 months ago

Thanks you for taking time to reply!

Ok, maybe that's the solution, thank you.