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 prompt=create #7899

Closed
3 tasks done
yuriyz opened this issue Feb 29, 2024 · 0 comments · Fixed by #8035
Closed
3 tasks done

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

yuriyz opened this issue Feb 29, 2024 · 0 comments · Fixed by #8035
Assignees
Labels
comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request

Comments

@yuriyz
Copy link
Contributor

yuriyz commented Feb 29, 2024

Description

Initiating User Registration via OpenID Connect 1.0

https://openid.net/specs/openid-connect-prompt-create-1_0.html

Test cases and code coverage

  • Write unit test to cover added/changed code
  • Update integration tests to cover added/changed code
  • documentation
@yuriyz yuriyz self-assigned this Feb 29, 2024
@mo-auto mo-auto added comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request labels Feb 29, 2024
yuriyz added a commit that referenced this issue Mar 12, 2024
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
yuriyz added a commit that referenced this issue Mar 22, 2024
* feat(jans-auth-server): support for prompt=create #7899

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): added new custom script - createUser (prompt=create)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

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

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): injected new "create user" custom script into AS (prompt=create)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): prompt=create check must be before user internal check

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* fix(jans-auth-server): fixed wrong references in createUser.xhtml (prompt=create)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): prompt=create - pass all parameters from original request to redirect to /authorize after user creation

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): added new buildPostAuthorizeUrl method to CreateUser custom script (prompt=create)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): added disablePromptCreate configuration property

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): added test for disablePromptCreate (prompt=create)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): do not allow to create user if disablePromptCreate=true (prompt=create)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): use scriptContext instead of execution context during scripts run (prompt=create)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): prepared CreateUser custom script example (prompt=create)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

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

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): added CreateUser description

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

---------

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants