We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "offline_acess" to the scope for oAuth. See line:
alfresco-community-share/share/src/main/java/org/alfresco/web/site/servlet/config/AppConfig.java
Line 123 in c5a6010
Reason: Provider such as Authentik does require the client to request "offline_acess" to send a refresh token. See https://docs.goauthentik.io/docs/providers/oauth2/#refresh_token
I can of course create a PR, but it is a very simple change. Se also Alfresco/alfresco-community-repo#2513
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add "offline_acess" to the scope for oAuth.
See line:
alfresco-community-share/share/src/main/java/org/alfresco/web/site/servlet/config/AppConfig.java
Line 123 in c5a6010
Reason:
Provider such as Authentik does require the client to request "offline_acess" to send a refresh token. See https://docs.goauthentik.io/docs/providers/oauth2/#refresh_token
I can of course create a PR, but it is a very simple change.
Se also Alfresco/alfresco-community-repo#2513
The text was updated successfully, but these errors were encountered: