-
Notifications
You must be signed in to change notification settings - Fork 161
docs: fixes #5984
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
docs: fixes #5984
Conversation
|
[jans-config-api-parent] Kudos, SonarCloud Quality Gate passed!
|
Signed-off-by: Amro Misbah <amromisba7@gmail.com>
| Below is an illustration of the Janssen Server's default FIDO2 login page: | ||
|
|
||
|  | ||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave as is. The assets are generated.
| A user's FIDO2 devices can be removed by a Janssen administrator in LDAP under the user entry as shown in the below screenshot. | ||
|
|
||
|  | ||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave as is. The assets are generated
Signed-off-by: Amro Misbah <amromisba7@gmail.com>
Signed-off-by: Amro Misbah <amromisba7@gmail.com>
|
|
||
| This document explains how to use the Janssen Auth Server's built-in | ||
| [FIDO2 interception script](https://github.com/JanssenProject/jans/blob/vreplace-janssen-version/jans-linux-setup/jans_setup/static/extension/person_authentication/Fido2ExternalAuthenticator.py) | ||
| [FIDO2 interception script](https://github.com/JanssenProject/jans/blob/v1.0.16/docs/script-catalog/person_authentication/fido2-external-authenticator/Fido2ExternalAuthenticator.py) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will break the auto doc generator and the docs will be outdated. Please do not remove the special keywords like vreplace-janssen-version with any specific version in head. This goes for there other locations in which this has occurred
Signed-off-by: Amro Misbah <amromisba7@gmail.com>
|
|
||
|  | ||
|
|
||
| The design is being rendered from the [FIDO2 xhtml page](https://github.com/JanssenProject/jans/blob/vreplace-janssen-version/jans-auth-server/server/src/main/webapp/auth/fido2/login.xhtml). To customize the look and feel of this page, follow the [customization guide](https://jans.io/docs/admin/developer/customization/customize-web-pages/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use vreplace-janssen-version instead of head
docs/admin/terraform/README.md
Outdated
|
|
||
| - **K8s:** | ||
| 1. client_id: `kubectl get cm cn -n <namespace> -o yaml | grep test_client_id` | ||
| 1. client_id: `kubectl get cm cn -n <namespace> --template={{.data.jca_client_id}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can now use the test_client_id as thats working. You can add the jca as a fallback
* docs: fixes * docs: fixes Signed-off-by: Amro Misbah <amromisba7@gmail.com> * docs: fix urls Signed-off-by: Amro Misbah <amromisba7@gmail.com> * docs: terraform fixes Signed-off-by: Amro Misbah <amromisba7@gmail.com> * docs: add vreplace-janssen-version Signed-off-by: Amro Misbah <amromisba7@gmail.com> * docs: change to test client and change head --------- Signed-off-by: Amro Misbah <amromisba7@gmail.com> Signed-off-by: Mustafa Baser <mbaser@mail.com>









Prepare
Description
Target issue
closes #issue-number-here
Implementation Details
Test and Document the changes
Closes #5985,