mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 09:50:21 +08:00
feat: configure auth channel mismatch formats
This commit is contained in:
@@ -1312,6 +1312,10 @@ pub(crate) fn build_admin_provider_key_response(
|
||||
"auth_type_by_format".to_string(),
|
||||
json!(key.auth_type_by_format),
|
||||
);
|
||||
payload.insert(
|
||||
"allow_auth_channel_mismatch_formats".to_string(),
|
||||
json!(key.allow_auth_channel_mismatch_formats),
|
||||
);
|
||||
payload.insert(
|
||||
"credential_kind".to_string(),
|
||||
json!(auth_semantics.credential_kind().as_str()),
|
||||
|
||||
Reference in New Issue
Block a user