-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1591 add SSO via OIDC to Ditto UI #2032
#1591 add SSO via OIDC to Ditto UI #2032
Conversation
a12e220
to
81946c3
Compare
* make it configurable which OIDC issuers to use * re-did a lot of the existing configuration of the Ditto UI * added typing for Environment
81946c3
to
71066ff
Compare
Highly appreciated! Thank you for introducing that lot of typing improvements. |
…from local storage / oidc-library
5d441fa
to
a7611f2
Compare
@thfries sure, my pleasure :) Could you have a look on the PR as a reviewer? |
Sure, I already looked at the code changes, but I can check it out and take a look. |
@thfries I added a subfolder in the With the updated |
63b6aa2
to
5601fc5
Compare
…2 server in order to test SSO in Ditto UI
5601fc5
to
04afe19
Compare
…imsJws" instead of "parse"
…ds in "Auth" modal
…arerTokenFrom" to define from where to extract the Bearer token * also used "state" to propagate back to client after redirect if main or oauth SSO was done, or both
4d3f27a
to
a165a43
Compare
…er to make search bookmarkable and survive SSO redirects * base64 encoded url_state
I did now my last commit for this PR .. reflecting the searchFilter's current search also via a query param |
Resolves: #1591