Do I need somehow to configure Identity Microservices?
I've resolved the issue by configuring UseAbpIdentity in Identity microservices.
Yes. Is empty. Is populated only throught kube manifests during deployment to the kubernetes cluster.
{ "production": "true", "application": { "baseUrl": "https://sia.rtec.md", "name": "RTEC", "logoUrl": "" }, "oAuthConfig": { "issuer": "https://authserver.sia.rtec.md", "redirectUri": "https://sia.rtec.md", "requireHttps": "false", "clientId": "Angular", "responseType": "code", "scope": "offline_access openid profile email phone AuthServer IdentityService AdministrationService AuditLoggingService GdprService ChatService SaasService FileManagementService LanguageService EmployeeService BankingService OrganizationService AcquisitionService CustomerService ProjectionService MonitoringService BridgeService NotificationService EventManagementService", "strictDiscoveryDocumentValidation": false, "skipIssuerCheck": true }, "apis": { "default": { "url": "https://webgateway.sia.rtec.md", "rootNamespace": "Abc" } } }
Can you suggest how can I change the application name after the bootstrap?
Hi,
I want to have the posibility to define for different client different application name. That's why I need to provide the application name from kube manifest and to have the possibility to update the application after the angular bootstrap.
Cheers, Yulian