JanssenProject / jans

An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-based, developer friendly, components that are engineered to work together in any cloud. #OAuth #OpenID #FIDO
https://docs.jans.io
Apache License 2.0
457 stars 74 forks source link

fix(jans-tent): test agama project deployment flow is failing #4875

Closed manojs1978 closed 1 year ago

manojs1978 commented 1 year ago

Describe the bug test agama project deployment flow is failing

To Reproduce Steps to reproduce the behavior:

  1. launch agama
  2. enable agama properties and script using tui
  3. deploy agama project
  4. make changes in config.py for agama acr
  5. run main.py
  6. See error
    Traceback (most recent call last):
    File "/home/manoj/Documents/janssen/git/jans/demos/jans-tent/main.py", line 1, in <module>
    from clientapp import create_app
    File "/home/manoj/Documents/janssen/git/jans/demos/jans-tent/clientapp/__init__.py", line 25, in <module>
    from . import config as cfg
    File "/home/manoj/Documents/janssen/git/jans/demos/jans-tent/clientapp/config.py", line 20, in <module>
    ACR_VALUES = agama
    NameError: name 'agama' is not defined

    Expected behavior agama flow should work

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

manojs1978 commented 1 year ago

sorry its my mistake

christian-hawk commented 1 year ago

Hey Manoj. You forgot to use quotes in agama word. ACR_VALUES = "agama"

Em ter., 9 de mai. de 2023 às 06:14, manoj suryawanshi < @.***> escreveu:

sorry its my mistake

— Reply to this email directly, view it on GitHub https://github.com/JanssenProject/jans/issues/4875#issuecomment-1539432672, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOIENUTA2D6X2ELPE2NVRVLXFIDIPANCNFSM6AAAAAAX27U2BM . You are receiving this because you were assigned.Message ID: @.***>