SQLpage icon indicating copy to clipboard operation
SQLpage copied to clipboard

OIDC authentication

Open lovasoa opened this issue 2 years ago • 1 comments

Feature Request: implement signin using an external OIDC (oauth) povider such as Google, Microsoft, Apple, Auth0, keycloak...

keyword: SSO, single-sign-on

This is a follow-up on https://github.com/lovasoa/SQLpage/issues/12

lovasoa avatar Aug 31 '23 15:08 lovasoa

OIDC is still not available natively, but since sqlpage.fetch is available, it is possible to implement it manually in SQLPage. I wrote a demo here: https://github.com/lovasoa/SQLpage/tree/main/examples/single%20sign%20on

lovasoa avatar Apr 25 '24 23:04 lovasoa