TF-3260 Load & Display App Grid Linagora Ecosystem
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import 'package:core/data/network/config/service_path.dart';
|
||||
|
||||
class Endpoint {
|
||||
static final ServicePath webFinger = ServicePath('/.well-known/webfinger');
|
||||
static final ServicePath webFinger = ServicePath('.well-known/webfinger');
|
||||
static final ServicePath linagoraEcosystem = ServicePath('.well-known/linagora-ecosystem');
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ class OIDCHttpClient {
|
||||
try {
|
||||
final result = await _dioClient.get(
|
||||
Endpoint.webFinger
|
||||
.generateOIDCPath(Uri.parse(oidcRequest.baseUrl))
|
||||
.usingBaseUrl(oidcRequest.baseUrl)
|
||||
.withQueryParameters([
|
||||
StringQueryParameter('resource', oidcRequest.resourceUrl),
|
||||
StringQueryParameter('rel', OIDCRequest.relUrl),
|
||||
|
||||
Reference in New Issue
Block a user