Skip to content
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

Fix OIDC Discovery Config #20

Closed
jfelixh opened this issue Apr 10, 2024 · 0 comments · Fixed by #19
Closed

Fix OIDC Discovery Config #20

jfelixh opened this issue Apr 10, 2024 · 0 comments · Fixed by #19
Assignees
Labels
bug Something isn't working

Comments

@jfelixh
Copy link
Collaborator

jfelixh commented Apr 10, 2024

Currently, WEBFINGER_OIDC_DISCOVERY_USERINFO_URL is set to a docker network address that is not resolvable from localhost (or the outside), which breaks OIDC discovery.

@jfelixh jfelixh added the bug Something isn't working label Apr 10, 2024
@jfelixh jfelixh self-assigned this Apr 10, 2024
jfelixh added a commit that referenced this issue Jun 10, 2024
Fixes issue #20

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
@jfelixh jfelixh linked a pull request Jun 10, 2024 that will close this issue
ilaydacansinkoc pushed a commit that referenced this issue Jun 11, 2024
Fixes issue #20

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
ilaydacansinkoc pushed a commit that referenced this issue Jun 11, 2024
Fixes issue #20

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
ilaydacansinkoc pushed a commit that referenced this issue Jun 11, 2024
Fixes issue #20

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
ilaydacansinkoc pushed a commit that referenced this issue Jun 11, 2024
Fixes issue #20

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
jfelixh added a commit that referenced this issue Jun 15, 2024
* Basic Implementation of Policy Constraints

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Basic Implementation of Policy Constraints

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Build fix

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Add new API endpoints for authentication response and test requests

* revert: delete unused API endpoints for authentication response and test requests

* OIDC Discovery Fix
Fixes issue #20

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Changed default token

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Changed default token

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Adopted absolute imports

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Adopted absolute imports

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Fix missing styles source

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Readme disclaimer

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Less Hydra logs

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Logging improvements with pino

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Text fixes

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Text fixes

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* First working playwright tests

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Cleanup

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Removed unused testing deps

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Log redaction

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Troubleshooting playwright

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Emoji favicon

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Fix .env chaos

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Fixed development description

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Constraint explanation

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Grammar fixes

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* README formatting

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Playwright Workflow badge

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Design overhaul

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Switched form jest to vitest

Unit tests are now typescript and do not produce import issues within
libraries any more.

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Fixed unit tests

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Presentation Definition Generator Fix

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

* Better ioredis error handling

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>

---------

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant