[Creating a blog with Spring Boot and Vue.js] 2 - Setting up users and authentication with OAuth

preview_player
Показать описание
In this video we will take care of how to setup Spring security and OAuth2 to create an authentication mechanism.

Рекомендации по теме
Комментарии
Автор

I got it, the client password is "secret". I hope you specified it in the video.

sheldonchen
Автор

I have a question about the client and client secret. I can't attach username and password to my URL, that's not secure, but in this video, in the header, the username is the client-id and password is client secret, how does this work?

randomname
Автор

Hi RocketMan,

Why do we have to create a new Role every time we enter a user. Why can we just use the ROLE_USER for all users?

Best regards,

ricardomesquita
Автор

hey i got this problem "message": cannot be cast to io.java.blog.config.CustomUserDetails",

ara
Автор

urgency!whats the password of oauth client?(I know username is my-trusted-client)

sheldonchen
Автор

Hi RocketMan,
I have an Unauthorized error 401 with url:
Bad credentials
How to solve this.
Thank you

issambenahmed
Автор

How to resolve"Field authenticationManager in required a bean of type that could not be found."?

hinlokchan
Автор

Inferred type 'S' for type parameter 'S' is not within its bound; should extend

nowater
Автор

I've downloaded your source from github.

In postman, why is it when I use /oauth/token :

I see the following authorization error?:
{
"timestamp": 1520193253474,
"status": 401,
"error": "Unauthorized",
"message": "Full authentication is required to access this resource",
"path": "/oauth/token"
}

thomasautera
join shbcf.ru