试图在 oAuth 世界中找出这一步的技术名称

Trying to find out the technical name of this step in oAuth world

我已经用 Google 登录多次执行此操作。基本上,使用令牌从我的服务器 ping Google 的身份验证服务器并确定令牌是否有效并验证用户信息。

此处概述了该过程https://developers.google.com/identity/sign-in/web/backend-auth#verify-the-integrity-of-the-id-token

我想找出这个过程在 oAuth 语言中的技术名称是什么。我需要它来与熟悉 Oracle Identity Manager 的人交谈,并可能在 OIM 中找到有助于实现此功能的端点。

有人可以帮助我解决这些问题吗?

一个。此进程的 oAuth 名称 B. OIM 名称或 link 到提供更多信息的文档 C. OIM endpoints 做这个?

您似乎在 OpenID Connect 中引用 Verification of ID Token