How can I refresh token? #1246
andrei1235
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have the following configuration.
OIDCSSLValidateServer Off
SSLProxyEngine on
SSLProxyVerify none
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
SSLProxyCheckPeerCN off
OIDCRedirectURI https://${SERVICE_HOST}/authentication-landing/redirect_uri
OIDCProviderMetadataURL https://${CIDP_HOST}/am/oauth2/realms/root/realms/global/.well-known/openid-configuration
OIDCClientID 29642-1_Advisory_Portfolio_Tool-APT_PDB_PCT
OIDCClientSecret ${OIDC_CLIENTSECRET}
OIDCCryptoPassphrase ------
OIDCScope "${CIDP_SCOPE}"
OIDCResponseType "code"
OIDCPassIDTokenAs serialized
OIDCRemoteUserClaim email
OIDCAuthNHeader ct-remote-user
OIDCOAuthSSLValidateServer off
OIDCOAuthVerifyJwksUri https://${CIDP_HOST}/am/oauth2/global/connect/jwk_uri
OIDCProviderTokenEndpointAuth client_secret_post
OIDCOAuthIntrospectionEndpointAuth client_secret_post
How can I refresh the token automatically?
I use the version 2.4.9.4
Is there a way to get a refresh token similar to an access token? To get an access token I use this variable OIDC_ACCESS_TOKEN.
I tried to find a similar variable but I didn't see it.
Beta Was this translation helpful? Give feedback.
All reactions