Skip to content

Commit

Permalink
feat: idToken removed from UserInfo()
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Goel <[email protected]>
  • Loading branch information
grvgoel81 authored and Gaurav Goel committed Dec 16, 2024
1 parent 0dae96e commit 14cca0b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ class SingleFactorAuth(
verifierId = loginParams.verifierId,
typeOfLogin = LoginType.jwt,
state = TorusGenericContainer(params = mapOf()),
idToken = loginParams.idToken
)
}
} catch (e: Exception) {
Expand Down

0 comments on commit 14cca0b

Please sign in to comment.