Closed wagpa closed 2 years ago
In #89 I was using the oidcSchema instead of the OAuth2 one, for me the openIDConnect
Schema works with "@nuxtjs-alt/auth": "^2.0.20" and Keycloak 19.0.3. So you might want to try that instead as a workaround (it should just be replacing oauth2
with openIDConnect
in your Auth Config). I'm not familiar with the OAuth2 Spec but it might be that it also requires to send the data to the token endpoint as application/x-www-form-urlencoded
.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Thanks for the idea. For now, I had to switch to another lib that (more or less) works. As soon as i have the time, i will have another go at it.
In #89 I was using the oidcSchema instead of the OAuth2 one, for me the
openIDConnect
Schema works with "@nuxtjs-alt/auth": "^2.0.20" and Keycloak 19.0.3. So you might want to try that instead as a workaround (it should just be replacingoauth2
withopenIDConnect
in your Auth Config). I'm not familiar with the OAuth2 Spec but it might be that it also requires to send the data to the token endpoint asapplication/x-www-form-urlencoded
.
been looking at multiple api documentations regarding oauth2, and they all seem to use application/x-www-form-urlencoded
when requesting an access token.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When using the following configuration, i get a HTTP 415.
I already checked, that localhost is a valid redirect url and web origin.
Similar to #89, but i already updated.