okta / samples-js-angular

samples-js-angular
https://github.com/okta/samples-js-angular
Other
73 stars 149 forks source link

URL passed to constructor contains "-admin" in subdomain #20

Closed kcferguson1 closed 6 years ago

kcferguson1 commented 6 years ago

getting this error when trying to run on localhost:8080

"URL passed to constructor contains "-admin" in subdomain. Required usage: new OktaAuth({url: "https://dev-12345.okta.com})"

Shisyr commented 5 years ago

How to solve this problem?

mraible commented 5 years ago

Remove -admin from your URL. The issuer URL you should use is at API > Authorization Servers.

On Apr 16, 2019, at 04:34, Shisyr Mukhamed notifications@github.com wrote:

How to solve this problem?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.