fix(idp): provide id_token for tenant id based azure ad (#7188)

* fix(idp): provide id_token for tenant based azure ad

* comments

* remove unintentional changes
This commit is contained in:
Livio Spring
2024-01-10 16:02:17 +01:00
committed by GitHub
parent 1a1bb564b9
commit 7c592ce638
7 changed files with 96 additions and 18 deletions

View File

@@ -285,7 +285,7 @@ func tokensForSucceededIDPIntent(session idp.Session, encryptionAlg crypto.Encry
case *jwt.Session:
tokens = s.Tokens
case *azuread.Session:
tokens = s.Tokens
tokens = s.Tokens()
case *apple.Session:
tokens = s.Tokens
default: