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:
@@ -0,0 +1,14 @@
|
||||
|
||||
import 'package:model/oidc/response/oidc_link_dto.dart';
|
||||
import 'package:model/oidc/response/oidc_response.dart';
|
||||
|
||||
class BaseUrlOidcResponse extends OIDCResponse {
|
||||
|
||||
BaseUrlOidcResponse(Uri baseUri) : super(
|
||||
'',
|
||||
[
|
||||
OIDCLinkDto(baseUri, baseUri)
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user