You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jwgmeligmeyling (via GitHub)" <gi...@apache.org> on 2023/10/14 09:40:30 UTC

[I] OIDC doesn't refresh tokens [camel-karavan]

jwgmeligmeyling opened a new issue, #937:
URL: https://github.com/apache/camel-karavan/issues/937

   When using ODIC the interface stops working after the access token expires. The refresh token doesn't seem to be used. After a hard refresh (and going through the OIDC challenge again) the interface works again.
   
   Workaround: increase access token lifespan.
   
   Tested in version V4.0.0.
   
   Also: am I correct that the OIDC profile currently expects the realm to be "karavan" and the client ID to be "karavan-frontend" and that these are not dynamic? Couldn't find a way to set these so quickly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] OIDC auth profile doesn't refresh tokens [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #937:
URL: https://github.com/apache/camel-karavan/issues/937#issuecomment-1832637700

   In the next release will be configurable:
   ```
   karavan.keycloak.url=http://localhost:8079
   karavan.keycloak.realm=karavan
   karavan.keycloak.frontend.clientId=frontend
   karavan.keycloak.backend.clientId=backend
   karavan.keycloak.backend.secret=secret
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] OIDC auth profile doesn't refresh tokens [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #937: OIDC auth profile doesn't refresh tokens
URL: https://github.com/apache/camel-karavan/issues/937


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] OIDC auth profile doesn't refresh tokens [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #937:
URL: https://github.com/apache/camel-karavan/issues/937#issuecomment-1763036503

   #938 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org