Base solution for your next web application

Activities of "mfainc"

9.1.0-rc.1 Angular ^10.2.5 .net core 3.1 ABP Framework version: 5.12.0

We have a simple component that contains an Iframe that points to a internal power bi KPI on our on- premious report server. We was wonder if there is a way to have the dashboard widget share the height and width with the iframe?

I am using Core+Angular v9.1.0 and trying to connect it to our on-premises ADFS. ADFS is running on a 2019 server. I can directly sign-on from page: https://my adfs/adfs/ls/idpinitiatedsignon, but I am not sure how to configure AspNetZero to connect to it. Do you have a step-by-step instruction about it?

My appsettings.json

"OpenId": {
  "IsEnabled": "true",
  "ClientId": "my client id",
  "Authority": "https://localhost:44301/",
  "LoginUrl": "https://my adfs/adfs/ls/idpinitiatedsignon", ? Not sure if this is correct
  "ValidateIssuer": "false",
  "ClaimsMapping": [
    {
      "claim": "unique_name",
      "key": "preferred_username"
    }
  ]
},
"WsFederation": {
  "IsEnabled": "true",
  "Authority": "https://localhost:44301/",
  "ClientId": "", ? I don't get these option when setting up a relying party trust
  "Tenant": "", ?
  "MetaDataAddress": "https://my adfs /FederationMetadata/2007-06/FederationMetadata.xml"
},

Any help would be great.

Thanks

Showing 1 to 2 of 2 entries