Skip to content

Commit

Permalink
chore: updating the snapshots for auth-service and web app
Browse files Browse the repository at this point in the history
  • Loading branch information
o2a committed Nov 15, 2023
1 parent cb55ce6 commit 0b65e7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

exports[`getOidcConfig returns config from environment to match snapshot when configuration endpoint requests fail 1`] = `
Object {
"issuer": "https://mjbr.eu.auth0.com/",
"jwks_uri": "https://mjbr.eu.auth0.com/.well-known/jwks.json",
"token_endpoint": "https://mjbr.eu.auth0.com/oauth/token",
"issuer": "https://login.datalabs.ceh.ac.uk/",
"jwks_uri": "https://login.datalabs.ceh.ac.uk/.well-known/jwks.json",
"token_endpoint": "https://login.datalabs.ceh.ac.uk/oauth/token",
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`auth returns correct configuration 1`] = `
Object {
"oidc": Object {
"userManager": Object {
"authority": "https://mjbr.eu.auth0.com",
"authority": "https://login.datalabs.ceh.ac.uk",
"automaticSilentRenew": true,
"client_id": "Xf62MEzjqxfaId1DVWnFul61D9oA3eMt",
"extraQueryParams": Object {
Expand All @@ -13,12 +13,12 @@ Object {
"filterProtocolClaims": true,
"loadUserInfo": true,
"metadata": Object {
"authorization_endpoint": "https://mjbr.eu.auth0.com/authorize",
"end_session_endpoint": "https://mjbr.eu.auth0.com/v2/logout?returnTo=https://testlab.datalabs.localhost/&client_id=Xf62MEzjqxfaId1DVWnFul61D9oA3eMt",
"issuer": "https://mjbr.eu.auth0.com/",
"jwks_uri": "https://mjbr.eu.auth0.com/.well-known/jwks.json",
"token_endpoint": "https://mjbr.eu.auth0.com/oauth/token",
"userinfo_endpoint": "https://mjbr.eu.auth0.com/userinfo",
"authorization_endpoint": "https://login.datalabs.ceh.ac.uk/authorize",
"end_session_endpoint": "https://login.datalabs.ceh.ac.uk/v2/logout?returnTo=https://testlab.datalabs.localhost/&client_id=Xf62MEzjqxfaId1DVWnFul61D9oA3eMt",
"issuer": "https://login.datalabs.ceh.ac.uk/",
"jwks_uri": "https://login.datalabs.ceh.ac.uk/.well-known/jwks.json",
"token_endpoint": "https://login.datalabs.ceh.ac.uk/oauth/token",
"userinfo_endpoint": "https://login.datalabs.ceh.ac.uk/userinfo",
},
"redirect_uri": "http://localhost/callback",
"response_type": "code",
Expand Down

0 comments on commit 0b65e7d

Please sign in to comment.