You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`issuerUri`| Yes | The URI that's asserted as its issuer identifier. For example, if `issuer-uri` is `https://example.com`, an OpenID Provider Configuration Request is made to `https://example.com/.well-known/openid-configuration`. The result is expected to be an OpenID Provider Configuration Response. |
180
+
|`issuerUri`| Yes | The URI that is asserted as its issuer identifier. For example, if `issuerUri` is `https://example.com`, an OpenID Provider Configuration Request is made to `https://example.com/.well-known/openid-configuration`. The result is expected to be an OpenID Provider Configuration Response. |
181
181
|`clientId`| Yes | The OpenID Connect client ID from your identity provider. |
182
182
|`clientSecret`| Yes | The OpenID Connect client secret from your identity provider. |
183
183
|`scope`| Yes | A list of scopes to include in JWT identity tokens. This list should be based on the scopes that your identity provider allows. |
0 commit comments