Modifying the authentication template

The Issuer URI of authorization server must be provided so that the PowerServer Web APIs can use it to validate the token passed from the client. And if validation is successful, it can get data from the database.

Get the Issuer URI from API setting of Okta: https://dev-02923419.okta.com/oauth2/default.

You can also modify the "Authentication:Authority" which is https://${yourOktaDomain}/oauth2/default. Get yourOktaDomain from General setting of Okta: dev-02923419.okta.com.

Open the Authentication.json file, uncomment the server address for standard JWT, and then modify the authentication template.

// Standard JWT Token authentication server address
"Authentication:Authority": "https://dev-02923419.okta.com/oauth2/default"