Hey guys,
how can I configure how discourse generates the redirect url. My problem is that my oauth provider configured this (and can´t change it due to conventions):
https://…/auth/oauth2/realms/root/realms/…/authorize?client_id=…&redirect_uri=https://…/auth/oauth2/callback&response_type=code&scope=openid+profile+email&state=…
and my discourse instance generates this:
https://…/auth/oauth2/realms/root/realms/…/authorize?client_id=…&redirect_uri=https://…/auth/oauth2_basic/callback&response_type=code&scope=openid+profile+email&state=…
How can I change this ?
Thanks and greetings,
Julian