ForgeRock / openid

Trying OpenAM's OpenID Connect 1.0 features
22 stars 15 forks source link

Token Validation (and profile info) Failing due to Crypto-js script 404s #11

Open tkrosko opened 8 years ago

tkrosko commented 8 years ago

<script type="text/javascript" src="///crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/hmac-sha256.js"> <script type="text/javascript" src="///crypto-js.googlecode.com/svn/tags/3.1.2/build/components/enc-base64-min.js">

These have moved in the last few days or so, which is causing id token validation to fail and profile information no longer displayed in both the flows. I've resolved in my local by downloading and including them along with my internal version of the app, calling them similar to common.js. They are available in this repo: https://github.com/sytelus/CryptoJS.git .

markcraig commented 8 years ago

@dgoldssfo , if we move this sample, we'll need to consider this issue as well.

GuyPaddock commented 6 years ago

BTW Archived copies of the missing files can be downloaded from here: https://code.google.com/archive/p/crypto-js/downloads