zitadel/internal/auth/repository/eventsourcing/eventstore
Stefan Benz 15fd3045e0
feat: add SAML as identity provider (#6454)
* feat: first implementation for saml sp

* fix: add command side instance and org for saml provider

* fix: add query side instance and org for saml provider

* fix: request handling in event and retrieval of finished intent

* fix: add review changes and integration tests

* fix: add integration tests for saml idp

* fix: correct unit tests with review changes

* fix: add saml session unit test

* fix: add saml session unit test

* fix: add saml session unit test

* fix: changes from review

* fix: changes from review

* fix: proto build error

* fix: proto build error

* fix: proto build error

* fix: proto require metadata oneof

* fix: login with saml provider

* fix: integration test for saml assertion

* lint client.go

* fix json tag

* fix: linting

* fix import

* fix: linting

* fix saml idp query

* fix: linting

* lint: try all issues

* revert linting config

* fix: add regenerate endpoints

* fix: translations

* fix mk.yaml

* ignore acs path for user agent cookie

* fix: add AuthFromProvider test for saml

* fix: integration test for saml retrieve information

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-09-29 11:26:14 +02:00
..
auth_request_test.go fix: only reuse active session and use correct policies (from user org) (#6603) 2023-09-21 16:45:41 +02:00
auth_request.go feat: add SAML as identity provider (#6454) 2023-09-29 11:26:14 +02:00
org.go feat(login): use new IDP templates (#5315) 2023-02-28 21:20:58 +01:00
refresh_token.go perf: reduce events read from eventstore (#6280) 2023-07-27 12:10:19 +00:00
token.go perf: reduce events read from eventstore (#6280) 2023-07-27 12:10:19 +00:00
user_session.go fix: return absolute url for avatar in user sessions (#3724) 2022-05-30 11:27:52 +00:00
user.go perf: reduce events read from eventstore (#6280) 2023-07-27 12:10:19 +00:00