
9kfgf (9kfgf) asked a question.
for our test environment we are trying to use a custom sub field to mock the response from our production okta enviroment. the custom claim fields work for other applications but for some reason when use an application set up as single-page app the claims are all set back to default and not using the updated claims.
the sub field is configured as follows
The preview token screen shows this.
But then the token we get back from the application is as follows

Can you check Authz server for rest of the apps and formula for SUB
hi sorry we were able to figure it our. turns out on the application they were not specifying /oauth/default in the issuer so it was not returning the claims. once adding .oauth/default to issuer application started working as expected