{"version":3,"sources":["polyfills.js","config.js","Home.jsx","App.jsx","registerServiceWorker.js","index.js"],"names":["window","TextEncoder","oidc","clientId","process","issuer","redirectUri","scopes","pkce","disableHttpsCheck","OKTA_TESTING_DISABLEHTTPSCHECK","Home","useOktaAuth","authState","authService","useEffect","isAuthenticated","getUser","then","info","undefined","groups","indexOf","location","href","login","isPending","App","config","text","style","marginTop","path","exact","component","LoginCallback","isLocalhost","Boolean","hostname","match","registerValidSW","swUrl","navigator","serviceWorker","register","registration","onupdatefound","installingWorker","installing","onstatechange","state","controller","console","log","catch","error","ReactDOM","render","document","getElementById","URL","origin","addEventListener","fetch","response","status","headers","get","ready","unregister","reload","checkValidServiceWorker","registerServiceWorker"],"mappings":"sPAIkC,qBAAvBA,OAAOC,cAChBD,OAAOC,YAAcA,e,sCCDR,GACbC,KAAM,CACJC,SANcC,uBAOdC,OANWD,kEAOXE,YAAaF,gEACbG,OAAQ,CAAC,SAAU,UAAW,SAC9BC,MAAM,EACNC,kBATmCL,y/BAAYM,iCAAkC,ICwDtEC,EA3CF,WAAO,IAAD,EACoBC,wBAA3BC,EADO,EACPA,UAAWC,EADJ,EACIA,YA+BnB,OA7BAC,qBAAU,WACDF,EAAUG,gBAIXF,EAAYG,UAAUC,MAAK,SAACC,QACJC,IAAhBD,EAAKE,QAAwBF,EAAKE,OAAOC,QAAQlB,cAA+C,EAChGJ,OAAOuB,SAASC,KAAOpB,uCAEAgB,IAAhBD,EAAKE,SACXF,EAAKE,OAAOC,QAAQlB,iBAAmD,GACpEe,EAAKE,OAAOC,QAAQlB,2CAAoD,GAC5EJ,OAAOuB,SAASC,KAAOpB,+BAEAgB,IAAhBD,EAAKE,SACXF,EAAKE,OAAOC,QAAQlB,iBAAgD,GACjEe,EAAKE,OAAOC,QAAQlB,uCAAiD,GACzEJ,OAAOuB,SAASC,KAAOpB,kCAEAgB,IAAhBD,EAAKE,QAAwBF,EAAKE,OAAOC,QAAQlB,wCAA0C,EAClGJ,OAAOuB,SAASC,KAAOpB,0BAGvBJ,OAAOuB,SAASC,KAAOpB,sDApB/BU,EAAYW,MAAM,OAwBvB,CAACZ,EAAWC,IAEXD,EAAUa,UAEN,2CAKJ,+BCzBOC,EAVH,kBACV,kBAAC,gBAAD,KACE,kBAAC,WAAaC,EAAO1B,KACnB,kBAAC,IAAD,CAAW2B,MAAI,EAACC,MAAO,CAAEC,UAAW,QAClC,kBAAC,cAAD,CAAaC,KAAK,IAAIC,OAAK,EAACC,UAAWvB,IACvC,kBAAC,IAAD,CAAOqB,KAAK,qBAAqBE,UAAWC,sBCD9CC,G,OAAcC,QACW,cAA7BrC,OAAOuB,SAASe,UAEe,UAA7BtC,OAAOuB,SAASe,UAEhBtC,OAAOuB,SAASe,SAASC,MACvB,4DA6BN,SAASC,EAAgBC,GACvBC,UAAUC,cACPC,SAASH,GACTvB,MAAK,SAAA2B,GACJA,EAAaC,cAAgB,WAC3B,IAAMC,EAAmBF,EAAaG,WACtCD,EAAiBE,cAAgB,WACA,cAA3BF,EAAiBG,QACfR,UAAUC,cAAcQ,WAK1BC,QAAQC,IAAI,6CAKZD,QAAQC,IAAI,4CAMrBC,OAAM,SAAAC,GACLH,QAAQG,MAAM,4CAA6CA,MC7DjEC,IAASC,OAAO,kBAAC,EAAD,MAASC,SAASC,eAAe,SDWlC,WACb,GAA6C,kBAAmBjB,UAAW,CAGzE,GADkB,IAAIkB,IAAIxD,GAAwBJ,OAAOuB,UAC3CsC,SAAW7D,OAAOuB,SAASsC,OAIvC,OAGF7D,OAAO8D,iBAAiB,QAAQ,WAC9B,IAAMrB,EAAK,UAAMrC,GAAN,sBAEPgC,EAwCV,SAAiCK,GAE/BsB,MAAMtB,GACHvB,MAAK,SAAA8C,GAGkB,MAApBA,EAASC,SACuD,IAAhED,EAASE,QAAQC,IAAI,gBAAgB7C,QAAQ,cAG7CoB,UAAUC,cAAcyB,MAAMlD,MAAK,SAAA2B,GACjCA,EAAawB,aAAanD,MAAK,WAC7BlB,OAAOuB,SAAS+C,eAKpB9B,EAAgBC,MAGnBa,OAAM,WACLF,QAAQC,IACN,oEA5DAkB,CAAwB9B,GAGxBD,EAAgBC,OC7BxB+B,K","file":"static/js/main.47985d5e.chunk.js","sourcesContent":["// polyfill TextEncoder for IE Edge\r\nimport { TextEncoder } from 'text-encoding';\r\n\r\n/* global window */\r\nif (typeof window.TextEncoder === 'undefined') {\r\n window.TextEncoder = TextEncoder;\r\n}\r\n","const CLIENT_ID = process.env.REACT_APP_CLIENT_ID || '';\r\nconst ISSUER = process.env.REACT_APP_ISSUER || '';\r\nconst OKTA_TESTING_DISABLEHTTPSCHECK = process.env.OKTA_TESTING_DISABLEHTTPSCHECK || false;\r\n\r\nexport default {\r\n oidc: {\r\n clientId: CLIENT_ID,\r\n issuer: ISSUER,\r\n redirectUri: process.env.REACT_APP_SITE_BASE_URL + '/implicit/callback',\r\n scopes: ['openid', 'profile', 'email'],\r\n pkce: true,\r\n disableHttpsCheck: OKTA_TESTING_DISABLEHTTPSCHECK,\r\n }\r\n};\r\n","/*\r\n * Copyright (c) 2018, Okta, Inc. and/or its affiliates. All rights reserved.\r\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\r\n *\r\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\r\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n *\r\n * See the License for the specific language governing permissions and limitations under the License.\r\n */\r\n\r\nimport { useOktaAuth } from '@okta/okta-react';\r\nimport React, { useEffect } from 'react';\r\n\r\nconst Home = () => {\r\n const { authState, authService } = useOktaAuth();\r\n\r\n useEffect(() => {\r\n if (!authState.isAuthenticated) {\r\n // When user isn't authenticated, forget any user info\r\n authService.login('/');\r\n } else {\r\n authService.getUser().then((info) => {\r\n if (info.groups !== undefined && info.groups.indexOf(process.env.REACT_APP_TRAVELERPORTAL_GROUP) >= 0) {\r\n window.location.href = process.env.REACT_APP_TRAVELERPORTAL_URL;\r\n\r\n } else if (info.groups !== undefined &&\r\n (info.groups.indexOf(process.env.REACT_APP_CLIENTPORTALTRAVEL_GROUP) >= 0 ||\r\n info.groups.indexOf(process.env.REACT_APP_CLIENTPORTALTRAVEL_GROUP2) >= 0)) {\r\n window.location.href = process.env.REACT_APP_CLIENTPORTALTRAVEL_URL;\r\n\r\n } else if (info.groups !== undefined &&\r\n (info.groups.indexOf(process.env.REACT_APP_AFFILIATEPORTAL_GROUP) >= 0 ||\r\n info.groups.indexOf(process.env.REACT_APP_AFFILIATEPORTAL_GROUP2) >= 0)) {\r\n window.location.href = process.env.REACT_APP_AFFILIATEPORTAL_URL;\r\n \r\n } else if (info.groups !== undefined && info.groups.indexOf(process.env.REACT_APP_CLIENTPRN_GROUP) >= 0) {\r\n window.location.href = process.env.REACT_APP_CLIENTPRN_URL;\r\n\r\n } else {\r\n window.location.href = process.env.REACT_APP_OKTA_USER_HOME;\r\n }\r\n });\r\n }\r\n }, [authState, authService]); // Update if authState changes\r\n\r\n if (authState.isPending) {\r\n return (\r\n
Loading...
\r\n );\r\n }\r\n\r\n return (\r\n
\r\n
\r\n );\r\n};\r\nexport default Home;\r\n","/*\r\n * Copyright (c) 2018, Okta, Inc. and/or its affiliates. All rights reserved.\r\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\r\n *\r\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\r\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n *\r\n * See the License for the specific language governing permissions and limitations under the License.\r\n */\r\n\r\nimport React from 'react';\r\nimport { BrowserRouter as Router, Route } from 'react-router-dom';\r\nimport { Security, SecureRoute, LoginCallback } from '@okta/okta-react';\r\nimport { Container } from 'semantic-ui-react';\r\nimport config from './config';\r\nimport Home from './Home';\r\n\r\nconst App = () => (\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n);\r\nexport default App;\r\n","/*\r\n * Copyright (c) 2018, Okta, Inc. and/or its affiliates. All rights reserved.\r\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\r\n *\r\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\r\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n *\r\n * See the License for the specific language governing permissions and limitations under the License.\r\n */\r\n\r\n/* eslint-disable */\r\n// In production, we register a service worker to serve assets from local cache.\r\n\r\n// This lets the app load faster on subsequent visits in production, and gives\r\n// it offline capabilities. However, it also means that developers (and users)\r\n// will only see deployed updates on the \"N+1\" visit to a page, since previously\r\n// cached resources are updated in the background.\r\n\r\n// To learn more about the benefits of this model, read https://goo.gl/KwvDNy.\r\n// This link also includes instructions on opting out of this behavior.\r\n\r\nconst isLocalhost = Boolean(\r\n window.location.hostname === 'localhost' ||\r\n // [::1] is the IPv6 localhost address.\r\n window.location.hostname === '[::1]' ||\r\n // 127.0.0.1/8 is considered localhost for IPv4.\r\n window.location.hostname.match(\r\n /^127(?:\\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/\r\n )\r\n);\r\n\r\nexport default function register() {\r\n if (process.env.NODE_ENV === 'production' && 'serviceWorker' in navigator) {\r\n // The URL constructor is available in all browsers that support SW.\r\n const publicUrl = new URL(process.env.PUBLIC_URL, window.location);\r\n if (publicUrl.origin !== window.location.origin) {\r\n // Our service worker won't work if PUBLIC_URL is on a different origin\r\n // from what our page is served on. This might happen if a CDN is used to\r\n // serve assets; see https://github.com/facebookincubator/create-react-app/issues/2374\r\n return;\r\n }\r\n\r\n window.addEventListener('load', () => {\r\n const swUrl = `${process.env.PUBLIC_URL}/service-worker.js`;\r\n\r\n if (isLocalhost) {\r\n // This is running on localhost. Lets check if a service worker still exists or not.\r\n checkValidServiceWorker(swUrl);\r\n } else {\r\n // Is not local host. Just register service worker\r\n registerValidSW(swUrl);\r\n }\r\n });\r\n }\r\n}\r\n\r\nfunction registerValidSW(swUrl) {\r\n navigator.serviceWorker\r\n .register(swUrl)\r\n .then(registration => {\r\n registration.onupdatefound = () => {\r\n const installingWorker = registration.installing;\r\n installingWorker.onstatechange = () => {\r\n if (installingWorker.state === 'installed') {\r\n if (navigator.serviceWorker.controller) {\r\n // At this point, the old content will have been purged and\r\n // the fresh content will have been added to the cache.\r\n // It's the perfect time to display a \"New content is\r\n // available; please refresh.\" message in your web app.\r\n console.log('New content is available; please refresh.');\r\n } else {\r\n // At this point, everything has been precached.\r\n // It's the perfect time to display a\r\n // \"Content is cached for offline use.\" message.\r\n console.log('Content is cached for offline use.');\r\n }\r\n }\r\n };\r\n };\r\n })\r\n .catch(error => {\r\n console.error('Error during service worker registration:', error);\r\n });\r\n}\r\n\r\nfunction checkValidServiceWorker(swUrl) {\r\n // Check if the service worker can be found. If it can't reload the page.\r\n fetch(swUrl)\r\n .then(response => {\r\n // Ensure service worker exists, and that we really are getting a JS file.\r\n if (\r\n response.status === 404 ||\r\n response.headers.get('content-type').indexOf('javascript') === -1\r\n ) {\r\n // No service worker found. Probably a different app. Reload the page.\r\n navigator.serviceWorker.ready.then(registration => {\r\n registration.unregister().then(() => {\r\n window.location.reload();\r\n });\r\n });\r\n } else {\r\n // Service worker found. Proceed as normal.\r\n registerValidSW(swUrl);\r\n }\r\n })\r\n .catch(() => {\r\n console.log(\r\n 'No internet connection found. App is running in offline mode.'\r\n );\r\n });\r\n}\r\n\r\nexport function unregister() {\r\n if ('serviceWorker' in navigator) {\r\n navigator.serviceWorker.ready.then(registration => {\r\n registration.unregister();\r\n });\r\n }\r\n}\r\n","/*\r\n * Copyright (c) 2018, Okta, Inc. and/or its affiliates. All rights reserved.\r\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\r\n *\r\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\r\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n *\r\n * See the License for the specific language governing permissions and limitations under the License.\r\n */\r\n\r\nimport React from 'react';\r\nimport ReactDOM from 'react-dom';\r\nimport 'semantic-ui-css/semantic.min.css';\r\nimport './polyfills';\r\nimport App from './App';\r\nimport './index.css';\r\nimport registerServiceWorker from './registerServiceWorker';\r\n\r\n/* global document */\r\n/* eslint-disable react/jsx-filename-extension */\r\nReactDOM.render(, document.getElementById('root'));\r\nregisterServiceWorker();\r\n"],"sourceRoot":""}