Skip to content

Commit

Permalink
docs: update docs with the removal of jans tent
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Jan 7, 2025
1 parent 763bff0 commit 499d100
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ updates:
schedule:
interval: daily

- package-ecosystem: pip
directory: /demos/jans-tent
schedule:
interval: daily

- package-ecosystem: docker
directory: /docker-jans-all-in-one
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ commercial distribution of Janssen Project Components called
| **[Jans Lock](jans-lock)** | An enterprise authorization solution featuring the Cedarling, a stateless PDP and the Lock Server which centralizes audit logs and configuration. | ![Incubating](https://img.shields.io/badge/Incubating-%23f79307) |
| **[Jans Tarp](demos/jans-tarp)** | An OpenID Connect RP test website that runs as a browser plugin in Chrome or Firefox. | ![Incubating](https://img.shields.io/badge/Incubating-%23f79307) |
| **[Jans Chip](demos/jans-chip)** | Sample iOS and Android mobile applications that implement the full OAuth and FIDO security stack for app integrity, client constrained access tokens, and user presence. | ![Demo](https://img.shields.io/badge/Demo-%23368af7) |
| **[Jans Tent](demos/jans-tent)** | A test Relying Party ("RP") built using Python and Flask. Enables you to send different requests by quickly modifying just one configuration file. | ![Demo](https://img.shields.io/badge/Demo-%23368af7) |

## Installation

Expand Down
8 changes: 6 additions & 2 deletions demos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This folder holds different demos for different applications with janssen author
## [Benchmarking](benchmarking)
Holds a docker load test image packaging for Janssen. This image can load test users to a janssen environment and can execute jmeter tests.

## [Jans-tent](jans-tent)
Reliable OpenID client to be used in auth testing.
## [Janssen Chip](jans-chip)
- A first party android mobile application that leverages dynamic client registration (DCR), DPoP access tokens.
- Passkey authentication

## [Janssen Tarp](jans-tarp)
A Relying Party tool in form of a Browser Extension for convenient testing of authentication flows on a browser.

Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Server deployment
## Test
1. [Setup](https://github.com/JanssenProject/jans/tree/main/demos/jans-tent) Janssen Tent
1. [Setup](https://github.com/JanssenProject/jans/tree/v1.2.0/demos/jans-tent) Janssen Tent
2. Change the configuration as given below in `config.py`
```
Expand Down

0 comments on commit 499d100

Please sign in to comment.