Skip to content

Commit

Permalink
fix(docs): minor URL fixes (#10632)
Browse files Browse the repository at this point in the history
fix(docs): minor URL fixes

Signed-off-by: ossdhaval <[email protected]>
  • Loading branch information
ossdhaval authored Jan 15, 2025
1 parent 37e177c commit ba9908d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/casa/developer/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ This is probably the most common requirement. Visit this [page](./add-authn-meth

### Other forms of customization

Most forms of customization can be tackled using flow cancellation. Through cancellation, a flow can be aborted while running and the control returned to one of its callers. Learn more about this topic [here](../../janssen-server/developer/agama/advanced-usages#cancellation).
Most forms of customization can be tackled using flow cancellation. Through cancellation, a flow can be aborted while running and the control returned to one of its callers. Learn more about this topic [here](../../janssen-server/developer/agama/advanced-usages.md#cancellation).

As an example, let's assume you want to add a _"don't have an account? register here"_ button in the initial screen of Casa flow. Here's what you can do:

Expand Down
14 changes: 8 additions & 6 deletions docs/janssen-server/auth-server/oauth-features/dpop.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,14 @@ recommended in the

Following properties of the Janssen Server can be used to tailor the behavior concerning DPoP.

- [dpopJtiCacheTime](https://docs.jans.io/head/admin/reference/json/properties/janssenauthserver-properties/#dpopjticachetime)
- [dpopSigningAlgValuesSupported](https://docs.jans.io/head/admin/reference/json/properties/janssenauthserver-properties/#dpopsigningalgvaluessupported)
- [dpopTimeframe](https://docs.jans.io/head/admin/reference/json/properties/janssenauthserver-properties/#dpoptimeframe)
- [dpopUseNonce](https://docs.jans.io/head/admin/reference/json/properties/janssenauthserver-properties/#dpopusenonce)
- [dpopNonceCacheTime](https://docs.jans.io/head/admin/reference/json/properties/janssenauthserver-properties/#dpopnoncecachetime)
- [dpopJktForceForAuthorizationCode]((https://docs.jans.io/head/admin/reference/json/properties/janssenauthserver-properties/#dpopjktforceforauthorizationcode))
- [dpopJtiCacheTime](../../../janssen-server/reference/json/properties/janssenauthserver-properties.md#dpopjticachetime)
- [dpopSigningAlgValuesSupported](../../../janssen-server/reference/json/properties/janssenauthserver-properties.md#dpopsigningalgvaluessupported)
- [dpopTimeframe](../../../janssen-server/reference/json/properties/janssenauthserver-properties.md#dpoptimeframe)
- [dpopUseNonce](../../../janssen-server/reference/json/properties/janssenauthserver-properties.md#dpopusenonce)
- [dpopNonceCacheTime](../../../janssen-server/reference/json/properties/janssenauthserver-properties.md#dpopnoncecachetime)
- [dpopJktForceForAuthorizationCode](../../../janssen-server/reference/json/properties/janssenauthserver-properties.md#dpopjktforceforauthorizationcode)



## Have questions in the meantime?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This document explains how to configure the Gluu Server so that when a user logs

## Prerequisites

- A Gluu Server (installation instructions [here](../../../../janssen-server/install/)) which will play the role of RADIUS client
- A Gluu Server (installation instructions [here](../../../../janssen-server/install/README.md)) which will play the role of RADIUS client
- The [Fortinet script](https://github.com/GluuFederation/oxAuth/blob/master/Server/integrations/fortinet/FortinetExternalAuthenticator.py) (included in the default Gluu Server distribution);
- A Fortinet server which is the RADIUS server.
- The jradius-client [jar library](https://sourceforge.net/projects/jradius-client/files/) added to oxAuth
Expand Down

0 comments on commit ba9908d

Please sign in to comment.