Peter Löfgren
Peter Löfgren
In 14.04 when using upstart the alfresco log is in /etc/logs/upstart/alfresco/ You will also find tomcat logs in /opt/alfresco/logs, this lines 38-41 makes sure the logs are collected there https://github.com/loftuxab/alfresco-ubuntu-install/blob/master/tomcat/alfresco.conf#L38...
Hi, can you work from the experimental branch for this?
Another option could be to have an "answers.txt" file that gets pulled in: Not sure how this plays with Docker.
I noticed that "offline_access" is available here for Admin console https://github.com/Alfresco/alfresco-community-repo/blob/a73cf6a71d019fa90eb71d42dde3089adb2222d5/repository/src/main/java/org/alfresco/repo/security/authentication/identityservice/admin/IdentityServiceAdminConsoleAuthenticator.java#L74 I could get authentication to work for admin console, but not for anything more. @damianujma for the ACS-6601
Maybe there is no need for a configurable setting for this, just add by default to IdentityServiceFacadeFactoryBean. Not sure if there is a reason it is not there, that is...
More references to "offline_access" are needed for the refresh token to be issued: https://auth0.com/docs/secure/tokens/refresh-tokens/get-refresh-tokens https://www.ory.sh/docs/oauth2-oidc/refresh-token-grant https://openid.net/specs/openid-connect-core-1_0.html#OfflineAccess interesting discussion https://github.com/manfredsteyer/angular-oauth2-oidc/issues/1241 on how to interpret the standard.
Having this issue as well, tried to increase timeout in node_modules/cec-promise/index.js (in let ready = new Promise), just takes longer for the issue to happen. Changed timeout from 3000 to...
Been testing a bit more, and tried to in dist/controls/Controls.js set this.senderNibble = 1; This was after checking what the cec-client gives for reporting power status ``` tx 10:8f TRAFFIC:...