How add okta auth config such as clientid issuer from config.json in okta angular project

I have an issue with configuring okta configs in angular app I want to load in from config.json file but not able to get that and also I want okta identity as optional like if we don’t provide okta details in config.json then application should work with azure or windows authentication but now I am getting error as issuer not provided if issuer is null

how to handle this cases in angular guide me in this

Hi,

Are you using any of our Angular samples? If not have you already looked how the configuration is setup in those environments? - GitHub - okta/samples-js-angular: samples-js-angular

1 Like