hi
I think you just need to configure the endpoints in appsettng.json. If you got any problems, please feel free to feedback
hi
Is the UI MVC or Blazor?
hi
What is the name?
Can you share some code?
hi
The search will be a SQL query and the database will decide whether toCase Sensitive
eg
select * from table where displayName == "%Blazor%"
hi
I think this is the setting of the database.
https://docs.aws.amazon.com/dms/latest/sql-server-to-aurora-postgresql-migration-playbook/chap-sql-server-aurora-pg.sql.casesensitivity.html
hi
The logout request was rejected because the specified post_logout_redirect_uri was invalid: https://xxx-v2-xxx-ui.azurewebsites.net/signout-callback-oidc.
The PostLogoutRedirectUris
of RISE_BlazorServerTiered
is ["https://xxx-v2-xxx-api.azurewebsites.net/signout-callback-oidc"]
hi
Your API website is try to reach https://localhost:44339/.well-known/openid-configuration
Please check your configuration.
2023-05-26 08:48:44.755 +00:00 [ERR] Exception occurred while processing message.
System.InvalidOperationException: IDX20803: Unable to obtain configuration from: 'https://localhost:44339/.well-known/openid-configuration'.
hi
Set EnableDetailedErrors in AddHubOptions
to see detail errors.
builder.Services.AddSignalR(hubOptions =>
{
hubOptions.EnableDetailedErrors = true;
});
hi
Please share the logs of api and authserve website
hi
I didn't receive the logs.