TF-3484 Try get oidc configuration if possible when web finger is not available
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -17,4 +17,9 @@ class GetOIDCConfigurationSuccess extends UIState {
|
||||
class GetOIDCConfigurationFailure extends FeatureFailure {
|
||||
|
||||
GetOIDCConfigurationFailure(dynamic exception) : super(exception: exception);
|
||||
}
|
||||
|
||||
class GetOIDCConfigurationFromBaseUrlFailure extends FeatureFailure {
|
||||
|
||||
GetOIDCConfigurationFromBaseUrlFailure(dynamic exception) : super(exception: exception);
|
||||
}
|
||||
Reference in New Issue
Block a user