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
Copy file name to clipboardExpand all lines: crates/syn2mas/src/synapse_reader/checks.rs
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,6 @@ pub enum CheckError {
80
80
/// proceeding with the migration.
81
81
#[derive(Debug,Error)]
82
82
pubenumCheckWarning{
83
-
#[error("Synapse config contains OIDC auth configuration (issuer: {issuer:?}) which will need to be manually mapped to an upstream OpenID Connect Provider during migration.")]
84
-
UpstreamOidcProvider{issuer:String},
85
-
86
83
#[error("Synapse config contains {0} auth configuration which will need to be manually mapped as an upstream OAuth 2.0 provider during migration.")]
0 commit comments