We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a2ab4 commit 178039aCopy full SHA for 178039a
src/internet_identity/src/openid/generic.rs
@@ -131,8 +131,8 @@ impl OpenIdProvider for Provider {
131
// Do NOT use claims.iss here since it could be different within the
132
// same OpenID provider as seen in Microsoft with multiple tenants.
133
//
134
- // The issuer returned there should therefore ALWAYS be the issuer from the config,
135
- // so that credentials are always stored with a single issuer per OpenID provider.
+ // The issuer returned should therefore ALWAYS be the issuer from the config,
+ // so that credentials are always stored with a single issuer per provider.
136
iss: self.issuer.clone(),
137
sub: claims.sub,
138
aud: claims.aud,
0 commit comments