Skip to content

Commit

Permalink
Renames subject override parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-kneier committed Apr 20, 2024
1 parent 17cf0f8 commit eabd784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/de/solugo/oidc/token/TokenAttributes.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ val TokenContext.clientSecret: String?
}
val TokenContext.subject: String?
get() = run {
parameters.getFirst("subject")
parameters.getFirst("sub")
}
val TokenContext.username: String?
get() = run {
Expand Down

0 comments on commit eabd784

Please sign in to comment.