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

no response from http://relying-party.org:3000/oidc/rp/providers #90

Open
PP-Infospera opened this issue Aug 22, 2023 · 2 comments
Open

Comments

@PP-Infospera
Copy link

PP-Infospera commented Aug 22, 2023

Hi, thank you for your hard work. It's really great and well done. However, I'm facing some issues when trying to run it via Docker. I can't see any providers on the list, and when I attempt to fetch data using Postman, I receive an empty response. Additionally, in order to make this repository work, I had to modify the docker/Dockerfile.django as follows:

FROM python:latest

RUN apt update && apt -y install git

RUN git clone --depth=1 --branch v1.0.0 https://github.com/peppelinux/spid-cie-oidc-django && \
  cd spid-cie-oidc-django && \
  pip install --upgrade pip && \
  pip install -e . && \
  pip install design-django-theme && \
  pip install tzdata

RUN cd spid-cie-oidc-django/examples/federation_authority && cp federation_authority/settingslocal.py.example federation_authority/settingslocal.py
RUN cd spid-cie-oidc-django/examples/federation_authority && python3 ./manage.py migrate
RUN cd spid-cie-oidc-django/examples/federation_authority && python3 ./manage.py loaddata dumps/example.json

ENTRYPOINT python3 spid-cie-oidc-django/examples/federation_authority/manage.py runserver 0.0.0.0:8000

I followed the provided instructions, but I'm still receiving empty responses. Could you please assist me in resolving this issue?

image image
@fautore
Copy link

fautore commented May 2, 2024

I seem to be having the same issue, even after following the setup guide at https://github.com/italia/spid-cie-oidc-nodejs/blob/main/examples/express-react-relying-party/README.md.

Also, the docker containers and both the docker-compose files are not working.

@freddi301
Copy link
Collaborator

Unfortunately the instructions for using software components outside this repo are outdated right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants