I’ve my front application in angular 8 and back end/server technology is using .net core Web API.
Can I configure my front end (angular) app to use okta sign in widget with Web type of application instead of SPA ?
1 Like
No, but you can use Auth code flow with PKCE on your front end. I published a tutorial on Angular 9 with a Java backend yesterday. https://developer.okta.com/blog/2020/01/06/crud-angular-9-spring-boot-2
1 Like
I have a similar question. My application is Angular 8 SPA with .NET Core 2.2 web API. I would like to use Okta SSO to authenticate the users and Oauth2 JWT to protect the APIs.
How can I do this? Is it the correct approach?
Thank you.
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.