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

feat(jans-auth-server): support for prompt=create #7899 #8035

Merged
merged 16 commits into from
Mar 22, 2024

Commits on Mar 12, 2024

  1. feat(jans-auth-server): support for prompt=create #7899

    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e2ce0eb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. feat(jans-auth-server): added new custom script - createUser (prompt=…

    …create)
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    613718d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. feat(jans-auth-server): added prompt_values_supported to discovery page

    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c9602b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. feat(jans-auth-server): injected new "create user" custom script into…

    … AS (prompt=create)
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    433e9bd View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. feat(jans-auth-server): prompt=create check must be before user inter…

    …nal check
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a46b01c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. fix(jans-auth-server): fixed wrong references in createUser.xhtml (pr…

    …ompt=create)
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ca87177 View commit details
    Browse the repository at this point in the history
  2. feat(jans-auth-server): prompt=create - pass all parameters from orig…

    …inal request to redirect to /authorize after user creation
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    07e558d View commit details
    Browse the repository at this point in the history
  3. feat(jans-auth-server): added new buildPostAuthorizeUrl method to Cre…

    …ateUser custom script (prompt=create)
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f338a56 View commit details
    Browse the repository at this point in the history
  4. feat(jans-auth-server): added disablePromptCreate configuration property

    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b679c88 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. feat(jans-auth-server): added test for disablePromptCreate (prompt=cr…

    …eate)
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a1b6d03 View commit details
    Browse the repository at this point in the history
  2. feat(jans-auth-server): do not allow to create user if disablePromptC…

    …reate=true (prompt=create)
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d9000ac View commit details
    Browse the repository at this point in the history
  3. feat(jans-auth-server): use scriptContext instead of execution contex…

    …t during scripts run (prompt=create)
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0836e5f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. feat(jans-auth-server): prepared CreateUser custom script example (pr…

    …ompt=create)
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c31dc3f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. feat(jans-auth-server): added prompt=create to docs

    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bff458c View commit details
    Browse the repository at this point in the history
  2. feat(jans-auth-server): added CreateUser description

    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    yuriyz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    498ea61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78f330 View commit details
    Browse the repository at this point in the history