Skip to content

Commit 5c333fe

Browse files
committed
added print of kthid
1 parent 7bbfd9f commit 5c333fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/users.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ pub fn get_oidc_user(params: Form<Code>, nonce: Nonce) -> Result<()> {
259259

260260
// The authenticated user's identity is now available. See the IdTokenClaims struct for a
261261
// complete listing of the available claims.
262+
println!("Got kthid: {:?}", claims.additional_claims().kthid);
262263
println!(
263264
"User {} with e-mail address {} has authenticated successfully",
264265
claims.subject().as_str(),

0 commit comments

Comments
 (0)