Hi @deck1187hw,
Application created for the Web application integration rather than SPA. In case of Web application, configuration will be with ClientID and Client Secret. Hence you need to pass the ClientID and Client Secret in the Authorization Header while invoking the token endpoint. In case of SPA, you will be passing the Code_Challange in Authorization endpoint and Code_verifier in the Token endpoint.
