We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a0b02 commit b604b51Copy full SHA for b604b51
crates/config/src/sections/upstream_oauth2.rs
@@ -520,7 +520,8 @@ pub struct Provider {
520
/// Expected signature for the JWT payload returned by the userinfo
521
/// endpoint.
522
///
523
- /// If not specified, the response is expected to be an unsigned JSON payload.
+ /// If not specified, the response is expected to be an unsigned JSON
524
+ /// payload.
525
#[serde(skip_serializing_if = "Option::is_none")]
526
pub userinfo_signed_response_alg: Option<JsonWebSignatureAlg>,
527
0 commit comments