Activities of "guven.uysall"

Hi, Is it possible to share sample code about it? Is there an example in abpframework github repos?

thanks @gterdem.

$saasServiceCNs = "saas-service", "localhost" $saasServiceCert = New-SelfSignedCertificate -DnsName $saasServiceCNs -CertStoreLocation Cert:\LocalMachine\My $password = ConvertTo-SecureString -String "b65bdeef-3b4c-4417-a92d-636f8c481437" -Force -AsPlainText

Export-PfxCertificate -Cert $saasServiceCert -FilePath saas-service.pfx -Password $password | Out-Null

With the help of the code above, I create a domain-specific pfx. Then, after typing windows+R, I write "mmc". On the screen that opens, I add the local certificate I created to "Personnel" and "Trusted Certificates" from the Certificate management. With this method, I made the certificate I installed on IIS trusted.

thank you for your interest.

By the way, we can't install docker on every client. That's why we use IIS. I didn't get any errors about certificate reliability in docker. IIS didn't trust. Anyway, I took care of it :)

Hi @gterdem, $saasServiceCNs = "saas-service", "localhost" $saasServiceCert = New-SelfSignedCertificate -DnsName $saasServiceCNs -CertStoreLocation Cert:\LocalMachine\My $password = ConvertTo-SecureString -String "b65bdeef-3b4c-4417-a92d-636f8c481437" -Force -AsPlainText

Export-PfxCertificate -Cert $saasServiceCert -FilePath saas-service.pfx -Password $password | Out-Null

It would be great if you could explain the reason of the problem :)

Hi @EngincanV,

In the same organization, none of my friends can login to the ABP with cli commands. We also tried new computers.

Thank you for your interest.

I think you have updated your servers. Because support.abp.io entries were not coming according to date, now it has been fixed. But we cannot login with the cli command. Therefore, we cannot use your Commercial packages.

Hi, Yes,I have a problem for authentication with abp login cli command.

Could not get token from the OpenId Connect server! ErrorType: Http. Error: Unauthorized. ErrorDescription: The 'client_secret' parameter is not valid for this client application.. HttpStatusCode: Unauthorized

thanks @liangshiwei

Hi,

Save and generate.The entity is created in the folder as follows, but the ui is not created.

Hi gterdem,

Yes, this is not ABP's problem.

I created the domain-specific pfx with the help of the cert creation code that you shared in the microservice project. I uploaded this pfx to the place in the picture from the Manage User Certificate menu in windows.

Showing 11 to 20 of 23 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13