Add support for OpenID connect!!
This commit is contained in:
@@ -10,6 +10,7 @@ class ApplicationModel extends Model {
|
||||
saml_service_provider_ids: [String],
|
||||
ldap_client_ids: [String],
|
||||
oauth_client_ids: [String],
|
||||
openid_client_ids: [String],
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,6 +23,7 @@ class ApplicationModel extends Model {
|
||||
saml_service_provider_ids: this.saml_service_provider_ids,
|
||||
ldap_client_ids: this.ldap_client_ids,
|
||||
oauth_client_ids: this.oauth_client_ids,
|
||||
openid_client_ids: this.openid_client_ids,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user