Closed TophyP closed 3 years ago
Hi everyone,
We're currently using perarnborg's vuex-oidc wrapper and we're wondering if it's possible to pass the FederationMetadata.xml to the object.
Here's our current config.
authority: OUR_AUTHORITY, client_id: CLIENT_ID, redirect_uri: REDIRECT_URI, client_secret: CLIENT_SECRET response_type: 'id_token', scope: 'openid profile', loadUserInfo: true, metadata: { issuer: ISSUER, authorization_endpoint: AUTH_ENDPOINT }
Initially we thought that the client ID and secret would be enough but I think our ADFS authority requires us to pass the FederationMetadata.xml as well.
Thanks.
FederationMetadata.xml is a SAML or WS-FED thing, not OIDC.
Hi everyone,
We're currently using perarnborg's vuex-oidc wrapper and we're wondering if it's possible to pass the FederationMetadata.xml to the object.
Here's our current config.
Initially we thought that the client ID and secret would be enough but I think our ADFS authority requires us to pass the FederationMetadata.xml as well.
Thanks.