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(tui) : showing default acr as agama #4256

Closed manojs1978 closed 1 year ago

manojs1978 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. install jans 1.0.10
  2. go to defalt in auth server

Expected behavior it should contain other option as well , but there is only one value ie agama that eans default_acr is set to agama

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.

yuriyz commented 1 year ago

@devrimyatar default AS acr is saved in jansAuthMode. Check whether you use value from this attribute. In setup currently value is simple_password_auth (which is about to be renamed to default_password_auth).

https://github.com/JanssenProject/jans/blob/f7d0489e47a86ce146846dda2064d378dd4a0897/jans-linux-setup/jans_setup/templates/configuration.ldif#L8

devrimyatar commented 1 year ago

Arch was changed so NA