Hi,
Yes,it worked.
Thanks
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi,
I am trying to run Xamarin App from .net core project. but i am getting stuck on first screen. can you please check what i am missing?
After following all points of Xamarin Development Guide I got these warning in my project and when I tried to run the Xamarin project then nothing happens and application crash after few minutes.
Solution for these warning I have done: - • Uninstall and re-install packages. • Checked the configuration as I found in solution on search.
My Latest installed platform is as follows:-
After completing all steps when run the .Droid project then this screen is displayed and after few minutes’ application crashed.
Thanks
We are able to receive success response from OKTA however it is not getting mapped to application user. Following code always return null.
var loginInfo = await _authenticationManager.GetExternalLoginInfoAsync();
What is it looking for and how can we resolve it?
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
I am trying to integrate Okta SSO with Aspnetzero and I am getting below error: -
IDX21323: RequireNonce is 'System.Boolean'. OpenIdConnectProtocolValidationContext.Nonce was null, OpenIdConnectProtocol.ValidatedIdToken.Payload.Nonce was not null. The nonce cannot be validated. If you don't need to check the nonce, set OpenIdConnectProtocolValidator.RequireNonce to 'false'. Note if a 'nonce' is found it will be evaluated.
I have taken the reference from the below URL: - https://developer.okta.com/blog/2019/03/11/build-a-crud-app-with-aspnet-mvc-and-entity-framework The sample code works fine. However, when I try to integrate the code with Aspnetzero I am getting error.
Below the code I am using: - In startup file under configuration I have added: -
When I run the code it redirects me to the okta login. But when I try to login I am getting error mentioned above.
Below are the settings that I have done in my okta account application:
Please let me know what i am missing.
Thanks
I am developing tenant based application (Single database). I have created database table using IMayHaveTenant, Now when I log in using Host account I am not getting records created by Tenants.
I have studied this tutorial about disabling filters. Disabling Filters, Using this I am able to get Tenants+Host data. But the issue is when I logged in as a Tenant, Host data +Other Tenants data is also available to logged in Tenant. Please suggest how to achieve this:
Here is my App Service Code:
IQueryable<Entity_Tag_Color> query = _tagColorRepository.GetAll()
.WhereIf(!input.Name.IsNullOrWhiteSpace(), x => x.Name.Contains(input.Name.Trim()));
int recordsCount = 0;
List<Entity_Tag_Color> allRecords = null;
using (_unitOfWorkManager.Current.DisableFilter(AbpDataFilters.MayHaveTenant))
{
recordsCount= await query.CountAsync();
allRecords = await query.OrderBy(input.Sorting).PageBy(input).ToListAsync();
}
Hi,
Following are the findings by me:-
When i published the website directly it is showing all the fucntionality. But we are using Sucuri firewall and after that these buttons are not showing. I don't understand why it is blocking these buttons.
Thanks
Hi,
I sent you login details at mentioned email id.
Thanks.
Hi,
Does the logged in user have permission for any of the user actions ? - Yes, all permissions granted. Did you run "npm run build" before publishing your app ? - yes, i run this command before publishing on my system. Do i need to run this on server also?
if you want to login to test the application. Please user following credentials:-
where can i send the credentials detais ?
if you see the action buttons for first time, try refresh or login again. Same is happening with me sometmes.
Thanks,
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi,
I am working on .net core MVC project. It is working fine on my local system. but when i published the code on live i am facing few issues.
I am not able to see the action buttons in Users, roles, languages page. Also the value in first column is missing (showing only in first row). I am attaching the screenshot below that how it is looking.
Following is the console window output;-
Also i have checked the log files. There is no error shown inside the log files.
Thanks