File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ async def oidc_login(body: OidcLoginRequestBody, db: Session = Depends(get_db)):
305
305
306
306
The endpoint can be used as an alternative to the flow initiated by the /auth/login route. If a
307
307
client has already obtained an OpenID Connect token from ORCID, they can exchange it for a
308
- nmdc-server token using this route. The OIDC token is decoded and validated by looking for
308
+ nmdc-server tokens using this route. The OIDC token is decoded and validated by looking for
309
309
ORCID as the issuer and the nmdc-server client ID as the audience. If the token is valid, the
310
310
claims in the token are used to create or update a user in the database. Finally, new tokens are
311
311
generated for the user.
You can’t perform that action at this time.
0 commit comments