我使用Spring Boot OAuth2和delete[]
。我的应用程序在HTTPS上运行,但当我尝试登录Odnoklassniki社交网络时,它会生成以下网址:
@EnableOAuth2Client
是否可以在此网址中将https://connect.ok.ru/oauth/authorize?client_id=XXXXXX&redirect_uri=http://example.com/api/login/ok&response_type=code&state=XXXXXX
更改为http://example.com
?