Customize the Apostrophe Login #2840
-
How can I use my own API for apostrophe login?. I have a large number of users who can able to add/edit the apostrophe contents. The apostrophe has the own page the create the Apostrophe users, But I have a large number of users existing in my own database, So if the user uses the apostrophe login page after the user enter the details I have an own API to authenticate the user and assign the permission for add/edit the contents. Is this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The are a couple of single sign-on modules for Apostrophe that could help: https://apostrophecms.com/extensions?extension-category=single-sign-on The Passport module is probably your best bet. You may have to write your own Passport "strategy," or you might be able to use an existing one if you're already using SSO. |
Beta Was this translation helpful? Give feedback.
The are a couple of single sign-on modules for Apostrophe that could help: https://apostrophecms.com/extensions?extension-category=single-sign-on
The Passport module is probably your best bet. You may have to write your own Passport "strategy," or you might be able to use an existing one if you're already using SSO.