Java Policy Agents 5.9.1

Convert SSO Tokens Into OIDC JWTs

Convert SSO Tokens into OpenID Connect JWTs

When true, the agent makes a request to AM to convert SSO tokens into OIDC JWTs, to make them compliant with the agent default login redirection mode.

Set this property to let users access resources protected with systems that continue to use SSO tokens, as opposed to the more secure OIDC JWTs. Converting SSO tokens to JWTs negates the need for additional redirection or re-authentication.

The client web application is responsible for appending the JWT to subsequent calls to protected resources. Failure to do so causes the agent to request additional JWTs from AM.

Property name

org.forgerock.agents.accept.ipdp.cookie

Property aliases

com.forgerock.agents.accept.ipdp.cookie (since 5.6)

org.forgerock.agents.accept.ipdp.cookie.enabled (since 5.7)

Type

Boolean: true returns true; all other strings return false.

Default

false

Bootstrap property

No

Required property

No

Restart required

No

Local configuration file

AgentConfig.properties

AM console tab

SSO

Copyright © 2010-2023 ForgeRock, all rights reserved.