https://github.com/gnobroga/oauth-spring-security
https://github.com/gnobroga/oauth-spring-security
auth0 kotlin openid spring-boot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gnobroga/oauth-spring-security
- Owner: GNobroga
- Created: 2024-12-01T23:09:07.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-02T10:11:38.000Z (5 months ago)
- Last Synced: 2025-03-26T08:19:24.036Z (about 1 month ago)
- Topics: auth0, kotlin, openid, spring-boot
- Language: Kotlin
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OAuth/OpenID
1. O fluxo do **OAuth** basicamente é, o **Resource Owner**, concede permissão ao **Client** para acessar seus dados.
2. O **Client** solicita um access token ao **Authorization Server**
3. O **Client** envia o Token ao **Resource Server** para acessar os dados. O **Resource Server** valida o token (verificando a assinatura e os dados dentro do token, como a expiração e o **issuerUri**) para garantir que o token é legítimo e que o **Client** tem
permissão para acessar os dados.