I couldn't found okta-auth-js.min.js in google

I am trying to implement okta javscript sdk in my application. I a following below tutorial.

https://developer.okta.com/code/javascript/okta_auth_sdk

I have tried to download okta-auth-js.min.js from below link but I couldn’t. https://ok1static.oktacdn.com/assets/js/sdk/okta-auth-js/2.1.0/okta-auth-js.min.js

Can any one help me to download above js.

Hey @BalajiRaju!
Use 2.0.1, the 2.1.0 version will be pushed to the CDN later this week.

Let us know if you are still blocked!

1 Like

Thanks It worked. I am using jquey ajax to authenticate not any juery frameworks(Angular,react…).
May I know how to handle the redirect URL. Now it is redirecting to different page. I want to handle the response.

          authClient.token.getWithRedirect({
		responseType: 'id_token'
	 });

It is redirecting to another URL but I wan to capture that response in same page. Could you please help me on it.

Can you describe your use case?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.