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

docs: update jans tarp README #10633

Merged
merged 5 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions demos/jans-tarp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,28 @@ When you are testing Janssen IdP with self-signed cert then follow below steps b

![self-signed cert risk](./docs/images/untrusted_cert_risk.png)

## Testing using Jans Tarp

* Setup Jans-Tarp. [Instructions](https://github.com/JanssenProject/jans/tree/main/demos/jans-tarp)
* Configuration to run Agama flow
* Add Your Jans Auth server host , Client expiry date, Scopes and click on `Register` client. It will register new OP Client on your Auth server.

![image](./docs/images/tarp-client-reg.png)

* Add `Acr values` and `Scopes ` click on Trigger Auth Code flow.

![image](./docs/images/authentication-flow-input.png)

* It will trigger agama flow and show login screen to you. You can use TUI to add testing user.

![image](./docs/images/agamapw-login.png)

* After successful auth, it will show you below screen

![image](./docs/images/successful-tarp-auth-screen.png)



## Testing with Keycloak (installed on localhost)

1. Login to KC admin console
Expand Down
Binary file added demos/jans-tarp/docs/images/agamapw-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos/jans-tarp/docs/images/tarp-client-reg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading