TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 7 forks source link

Cookie entrypoint webhook for custom cookies #180

Closed byewokko closed 1 year ago

byewokko commented 1 year ago

This will require new client features

Introspection, in case of 401, can automatically build the authorize?client_id=...&state=...&...&redirect_uri=<cookie_entry_uri> and send it back in the Location header. Nginx extracts it and does the redirection.

byewokko commented 1 year ago

resolved in #188