如何在我们的 spring boot oauth2 web 应用程序中使用具有 google api 的组织域?

How to use an organization domain with google api in our spring boot oauth2 web application?

我在 application.properties 文件中尝试了以下代码,但没有成功

 spring.security.oauth2.client.provider.my-oauth-provider.authorization-  uri=https://accounts.google.com/o/oauth2/auth?hd=domain.com

我参考了 https://developers.google.com/identity/protocols/OpenIDConnect 但找不到如何操作

我找到了一种来自 google api 控制台的方法,我们可以在 oauth 同意屏幕中将应用程序类型指定为内部。

you can see from below image