Authentication and Authorization Setup with Okta

preview_player
Показать описание
We will look at how to use Okta, a third-party identity provider to set up our authentication and authorization flow.

We will be using react for the frontend single-page application. We will also set up a protected API in Node using Express and Typescript.

We will also look at how to create these applications using the Okta developer portal and how to configure our projects with the correct values so that we are able to have a complete authentication and authorization flow.

Timestamps:
0:00 Intro
1:00 Create Okta Account and apps
4:00 SPA config
24:00 Web Server config
Рекомендации по теме
Комментарии
Автор

This is amazing!! The best video ever!! You saved my life bro!!
Thank you!! :)

juanpazmino
Автор

Where is the magical post you keep referring to? For some reason I'm not able to find it in your documentation.

alanthomasgramont
Автор

Great Tutorial!! i just wanted to know where we are using client and secret in webserver? because we defined the same in env but i don't see if we are using it.

palashagrawal
Автор

Can you help me i try to integrate okta openid auth with private public key how can i do that, when using in react getting error 401 in both react and node js can you guide me usign public key and private key with react and node js i am stuck and no correct documents found

AdeshSinghchandel
Автор

Hi all, not sure if I will have any luck with this but I am trying to add a flask api authorization (also using okta) with an existing react app that has spa authentication with okta. Is this possible? Any help would be greatly appreciated!

tammycollinse
Автор

Thank you! I was wondering how you can fix that redirect callback? When you logIn without already being authenticated (at 32:50), it redirects to your Okta dashboard instead of /profile. How do we fix that?

poornaathreya
Автор

Hey, thanks for the clear video. Small issue: I cannot seem to access your blog. Is the server down, or the domain expired? Thanks.

Chevindu
Автор

I need a help.. I am getting CORS error when I try to test the client part .. something like preflight not allowed for localhost:3000. Could u pls guide

abhishekshenoy
Автор

Bummed so much has changed in react-router-dom v6 :(

geraldomacias
Автор

Is the blog post you mentioned back online yet?🙏🏾

stevereid
Автор

hello dear, How can i use SecureRoute in reactrouter 6

ABUTAHER-wggz
Автор

Implicit grant flow should be used for single page allications instead of Authorization code grant flow.

sahilroyal
Автор

Everything works for me EXCEPT the Call api button. I triple checked everything but no luck. Any advice?

gabrielhenton