ForgeRock SDKs

Configure endpoint paths

Property Description

forgerock_authenticate_endpoint

Override the default path to AM’s /json/authenticate endpoint.
Default: /json/realms/root/authenticate

forgerock_authorize_endpoint

Override the default path to AM’s /oauth2/authorize endpoint.
Default: /oauth2/realms/root/realms/{forgerock_realm}/authorize

forgerock_token_endpoint

Override the default path to AM’s /oauth2/access_token endpoint.
Default: /oauth2/realms/root/realms/{forgerock_realm}/access_token

forgerock_revoke_endpoint

Override the default path to AM’s /oauth2/token/revoke endpoint.
Default: /oauth2/realms/root/realms/{forgerock_realm}/token/revoke

forgerock_userinfo_endpoint

Override the default path to AM’s /oauth2/userinfo endpoint.
Default: /oauth2/realms/root/realms/{forgerock_realm}/userinfo

forgerock_logout_endpoint

Override the default path to AM’s /json/sessions/?_action=logout endpoint.
Default: /json/realms/root/sessions/?_action=logout

Copyright © 2010-2023 ForgeRock, all rights reserved.