MAIF / izanami

Izanami is a centralized versatile feature flag solution, well suited for micro service architectures.
https://maif.github.io/izanami/
Apache License 2.0
189 stars 43 forks source link

OAuth2 : impossible to logout #675

Closed olivierboudet closed 2 years ago

olivierboudet commented 2 years ago

I am running izanami with OAuth2 (Google) but I can't logout, failing on this error :

{"errors":[{"message":"Missing parameters","args":[]}],"fieldErrors":{}}

This is the arguments used to start izanami : -Dizanami.oauth2.enabled=true -Dizanami.oauth2.authorizeUrl=https://accounts.google.com/o/oauth2/auth -Dizanami.oauth2.tokenUrl=https://oauth2.googleapis.com/token -Dizanami.oauth2.userInfoUrl=https://www.googleapis.com/oauth2/v3/userinfo -Dizanami.oauth2.loginUrl=https://accounts.google.com/o/oauth2/auth -Dizanami.oauth2.clientId=XXX.apps.googleusercontent.com -Dizanami.oauth2.clientSecret=XXX -Dizanami.oauth2.claims= -Dizanami.oauth2.scope=openid%20profile%20email -Dizanami.oauth2.idField=email -Dizanami.baseURL=http://localhost:9000