OIDC not redirecting back to XO
- 
@olivierlambert could you point me in the keycloak configuration direction?
 - 
 - 
@maxcerny I believe the username field is incorrect, it should be one of
displayName,usernameoremail).Make sure your plugin is up-to-date because it is documented.

 - 
@julien-f tried it, no dice
Also according to the authelia docs: https://www.authelia.com/integration/openid-connect/introduction/#profile
the claim is preferred_username
 - 
@maxcerny
usernameispreferred_usernamein XO.We weren't explicitly using the
profilescope, please test theoidc-scope-profilebranch. - 
@julien-f yes, this branch works.
guess it was a scoping issue then.When about can I expect an update to the master branch? I'm currently running xo in docker and don't really want to glue together different plugin versions.
 - 
@julien-f just a clarification, it works with username, not preferred username
 - 
@maxcerny I've made some changes to make scopes configurable, if you could test it to make sure it works, that would be great. (same branch, commit
da14bab) - 
@maxcerny Have you been able to test the latest version?
 - 
The fix is now merged on
masterand will be part of the next release.