itzg / saml-auth-proxy

Provides a SAML SP authentication proxy for backend web services
MIT License
63 stars 18 forks source link

Support anonymous access prior to login request #63

Closed itzg closed 1 year ago

itzg commented 1 year ago

Resolves #60

Leverages the ideas in https://github.com/itzg/saml-auth-proxy/pull/62 but introduces a new session provider that return "anonymous" sessions until the initiate session path is intercepted.

Also upgrades to Go 1.20

cc @kyori19

kyori19 commented 1 year ago

Thanks for following up my PR, LGTM! I will close mine and be looking forward to try your implementation once after merged!