#oauth2 risultati di ricerca
Security and usability rarely meet... but they do here. ๐ This new guide breaks down how to integrate MCP tools in Copilot Studio using OAuth 2.0 Authorization Code Flow Read it here ๐ techcommunity.microsoft.com/blog/azure-ai-โฆ #Azure #CopilotStudio #OAuth2 #Microsoft

Security and usability rarely meet... but they do here. ๐ This new guide breaks down how to integrate MCP tools in Copilot Studio using OAuth 2.0 Authorization Code Flow Read it here ๐ techcommunity.microsoft.com/blog/azure-ai-โฆ #Azure #CopilotStudio #OAuth2 #Microsoft

๐ก๏ธ Stop hardcoding roles! Use Keycloak + Spring Boot to handle authorization the modern way. #Java #OAuth2
With Pomerium, OAuth2 configuration becomes a breeze. Simply configure your routes, and Pomerium handles the upstream OAuth flow, ensuring tokens never leave the gateway for enhanced security. A definite win for developer experience! #OAuth2 #security
oauth2-proxy Protect your web apps with OAuth2 / OIDC auth using OAuth2-Proxy, a flexible & open-source reverse proxy/middleware. Supports multiple providers & extracts user details #oauth2proxy #oauth2 #security

Congratulations to Sh Jaimandeep Singh for successfully defending his PhD thesis during the viva voce on 21.08.2024. He carried out his research on Secure Design, Architecture and Configuration of authorisation protocols with emphasis on OAuth 2.0. @NFSU_Official #OAuth2.0


ๆฌกไฝใใใใชใจๆใฃใฆใใใขใใชใฎใคใกใผใธ #symbol #oauth2 figma.com/proto/gW312umIโฆ

OAuth 2.0 is the backbone of secure API access Here's the breakdown: - Grant types: Auth Code, Implicit, Client Credentials... - Core concepts: Tokens, Resource Owner, Auth Server - Security tips - OpenID Connect: for user identity A great visual by MasteringBackend. #OAuth2

Day 2 - REST APIs & OAuth2.0 with FastAPI ๐ Built a REST API & learned proper naming conventions FastAPI auto-validates requests with Pydantic Used @field_validator for custom error messages ๐ Explored OAuth2.0 with OpenID Connect for authentication ๐ #FastAPI #OAuth2 #OpenID



Secure your applications with OAuth 2.0 and Spring Security! Learn how these powerful tools protect your data and users. #CyberSecurityAwareness #OAuth2 #Spring brcm.tech/4nPmGlu

๐ Just implemented Google OAuth2 in Django! ๐ Seamlessly fetching user data and handling tokens like a pro. ๐ก๏ธ Here's a sneak peek into the code that makes it all happen! ๐ป #Django #OAuth2 #GoogleAuth #BackendDeveloper #Python #DevLife #Coding #Connect #Programming

OAuth2 with Node.js โ a visual guide OAuth2 lets apps access user data securely without credentials. This image walks you through: - Picking libraries like passport - Implementing token exchange - Validating tokens & handling refresh - Build secure apps with Node.js #OAuth2

Think JWTs are always the right choice? ๐ค In this myth-busting post, #Auth0โs @andychiare debunks 5 common JWT misconceptions: ๐ #JWT โ access token ๐ Readable โ insecure โ Signed โ safe ๐ JWT โ session ๐ Revocation is hard ๐ bit.ly/3J2OpPX #OAuth2 #DevSec

To enhance security, Microsoft will end support for Basic Authentication on Sep 16, 2024. Outlook, Hotmail, and Live users must switch to Modern Authentication (OAuth 2.0) to keep inbox access. Use apps like Mailbird to stay connected. #Microsoft #ModernAuthentication #OAuth2

๐ก๏ธ Use OAuth 2.0 for secure authentication. How-To: Implement OAuth 2.0 to provide secure and scalable user authentication for your web and mobile applications. #OAuth2 #SecureAuthentication #SmartSnippet #AllDayDSK
trying to have the #OAuth2 mitigating for an endpoint / client breach... that is surprising #identiverse

๐ Want to level up your API security game? This guide covers the full spectrum โ HTTPS, OAuth2, mTLS, scopes, throttling, and more โ with practical how-tos using WSO2 API Manager. ๐ Dive in: tinyurl.com/yhwum94f #APIsecurity #WSO2 #OAuth2 #mTLS #APImanagement

OAuth 2.0 Authorization Flow with Dropbox API and Postman #oauth2 #postman morioh.com/p/208d2916ede6โฆ
๐ Just built the AuthUser microservice โ the brain behind user provisioning in our Digital Bank m.youtube.com/watch?v=PuIRO8โฆ #oauth2 #springsecurity
youtube.com
YouTube
Create Auth0 Users Automatically | Spring Boot Microservices Security...
Security and usability rarely meet... but they do here. ๐ This new guide breaks down how to integrate MCP tools in Copilot Studio using OAuth 2.0 Authorization Code Flow Read it here ๐ techcommunity.microsoft.com/blog/azure-ai-โฆ #Azure #CopilotStudio #OAuth2 #Microsoft

๐ก๏ธ Stop hardcoding roles! Use Keycloak + Spring Boot to handle authorization the modern way. #Java #OAuth2
Security and usability rarely meet... but they do here. ๐ This new guide breaks down how to integrate MCP tools in Copilot Studio using OAuth 2.0 Authorization Code Flow Read it here ๐ techcommunity.microsoft.com/blog/azure-ai-โฆ #Azure #CopilotStudio #OAuth2 #Microsoft

Implemented Google & GitHub login in my Spring Boot project! ๐๐ป Learned OAuth2 integration, secure authentication, and seamless social login flows. #Java #SpringBoot #OAuth2 #FullStack #BackendDevelopment

OAuth 2.0โs Authorization Code Flow ๐ The smart way apps borrow accessโnot passwords. Secure, simple, and everywhere you log in. ๐ #OAuth2 #CyberSecurity #WebDev blog.alphaprep.net/comparing-and-โฆ
OAuth 2.0โs Authorization Code Flow ๐ The secret handshake behind those โLog in withโฆโ buttonsโsecure, sleek, and password-free. ๐ #OAuth2 #CyberSecurity #DevLife blog.alphaprep.net/compare-and-coโฆ
OAuth 2.0โs Authorization Code Flow ๐ The smooth, secure way apps access your dataโno passwords exposed, just pure token magic.โจ #OAuth2 #CyberSecurity #DevLife blog.alphaprep.net/access-controlโฆ
Secure your applications with OAuth 2.0 and Spring Security! Learn how these powerful tools protect your data and users. #CyberSecurityAwareness #OAuth2 #Spring brcm.tech/4nPmGlu

OAuth 2.0โs Authorization Code Flow = apps get just the access they need, no passwords exposed. Itโs your secure backstage pass ๐๐ช #OAuth2 #CyberSecurity blog.alphaprep.net/ccna-200-301-iโฆ
๐ Core Config: java.oauth2Login(Customizer.withDefaults()) ๐ก Tip: Use @ AuthenticationPrincipal OAuth2User to fetch user details. Complete code: github.com/patilvishi/sprโฆ #SpringBoot #OAuth2 #GoogleLogin #Java
๐ Springboot OAuth2 Login with Google Let users log in securely using their Google account. ๐ง Learn: - Add OAuth2 Client dependency - Configure Google credentials - Display user profile info #SpringBoot #OAuth2 #GoogleLogin #Java
Day 11 of #100DaysOfCode ๐ Worked on OAuth2 authentication in Spring Boot: โ Authorization Code flow โ Securing routes with Spring Security โ Bearer & refresh tokens A big step in understanding how modern apps secure their communications. #100DaysOfCode #Oauth2

๐งญ Cross App Access ใใคใใ โๅๆใใใ๏ผใใผใณใณใปใณใ๏ผใง IdP ใใขใใช้ๆฅ็ถใไปฒ่ฃโใID-JAG๏ผ็ดนไป็ถJWT๏ผโ Token Exchange โ JWT Bearerใง่จฑๅฏๅคAPIใไธญๅคฎ็ฎก็ใงๅๆญขใ ๅณ่งฃ๏ผๅ ทไฝๆ้ ๐ zenn.dev/naokky/articleโฆ #OAuth2 #Okta #XAA
OAuth 2.0 Authorization Code Flow = apps get a backstage pass ๐๏ธ without your password. Secure, scoped, and smooth. ๐ #OAuth2 #AppSecurity blog.alphaprep.net/securing-netwoโฆ
Authentication & Authorization (OAuth, JWT, Sessions) Source: @e_opore #Authentication #Authorization #OAuth2 #IdentityManagement #IdentityProvider #MFA #CyberSecurity #DataSecurity #AccessControl #ZeroTrust #InfoSec #IdentityAndAccessManagement #IAM #CloudSecurity

How 'Login with Google' Works: The Magic of OAuth 2.0 and OpenID Connect youtu.be/kBH6Z77FJjg?siโฆ via @YouTube #sdntechforum #OAuth2 #OpenIDConnect #SingleSignOn #Cybersecurity
youtube.com
YouTube
How 'Login with Google' Works: The Magic of OAuth 2.0 and OpenID...
Secure your apps with OAuth2-Proxy! ๐ #OpenSource #OAuth2 #Security github.com/oauth2-proxy/oโฆ
OAuth 2.0 - Securely connect apps without sharing passwords. - Simplify logins, share access, stay in control. Your data, safeguarded. Read about OAuth2.0 in this short and colorful flyer. #OAuth2 #SecureConnections

Hi Folks, I spent my Sunday playing with: - #Storyblok custom applications - #Oauth2 - #LaravelSocialite - #LaravelLivewire - #MaryUI (#tailwindcss + #daisyui)

oauth2-proxy Protect your web apps with OAuth2 / OIDC auth using OAuth2-Proxy, a flexible & open-source reverse proxy/middleware. Supports multiple providers & extracts user details #oauth2proxy #oauth2 #security

Congratulations to Sh Jaimandeep Singh for successfully defending his PhD thesis during the viva voce on 21.08.2024. He carried out his research on Secure Design, Architecture and Configuration of authorisation protocols with emphasis on OAuth 2.0. @NFSU_Official #OAuth2.0


OAuth2 allows other websites/apps to access your account info without giving them your password. You give permission by clicking "Log in with" and authorise an authorization code exchange. It's secure and commonly used. #oauth2 #websecurity


Help me out hereโ in #oauth2 why does IdP first return an auth code to the app, and then app calls IdP to exchange the authorization code for an access token+refresh token? Why not return the access token + refresh token in step 7?

ๆฌกไฝใใใใชใจๆใฃใฆใใใขใใชใฎใคใกใผใธ #symbol #oauth2 figma.com/proto/gW312umIโฆ

Security and usability rarely meet... but they do here. ๐ This new guide breaks down how to integrate MCP tools in Copilot Studio using OAuth 2.0 Authorization Code Flow Read it here ๐ techcommunity.microsoft.com/blog/azure-ai-โฆ #Azure #CopilotStudio #OAuth2 #Microsoft

OAuth 2.0 is an authorization protocol often used to secure access to APIs. Here's what you need to know, from an API hacker's perspective. #api #oauth2 #apihacking #hackingtools zerodayhacker.com/what-is-oauth-โฆ

Day 2 - REST APIs & OAuth2.0 with FastAPI ๐ Built a REST API & learned proper naming conventions FastAPI auto-validates requests with Pydantic Used @field_validator for custom error messages ๐ Explored OAuth2.0 with OpenID Connect for authentication ๐ #FastAPI #OAuth2 #OpenID



Finally reached @fossasia #Fossasiasummit. I'm super excited for my talk tomorrow on #CIAM #OAuth2 #OIDC @OpenFGA . If you are in #Hanoi , I would love to meet you.

This Saturday I will be speaking at #DefCon32 about OIDC misconfigurations and abuses in the context of CI/CD ๐ฅด๐น. Come check it out! info.defcon.org/event/?id=54867 @PaloAltoNtwks #OIDC #oauth2 #ci #cd

Thank you, @fossasia for inviting me to #FOSSAsiaSummit2024 Hope my session on "Security on the Internet" which included #SAML, #OAuth2, #OIDC, #PasswordLess, @OpenFGA helped the attendees to secure their apps. Thank you, @quachanhvang for the awesome pics ๐




Secure your applications with OAuth 2.0 and Spring Security! Learn how these powerful tools protect your data and users. #CyberSecurityAwareness #OAuth2 #Spring brcm.tech/4nPmGlu

And in a couple of minutes, a good talk about #OAuth2 to start the streak! All talks can be followed live here: bdxio.fr/live (this one's in French) @bdxio

OAuth 2.0 is the backbone of secure API access Here's the breakdown: - Grant types: Auth Code, Implicit, Client Credentials... - Core concepts: Tokens, Resource Owner, Auth Server - Security tips - OpenID Connect: for user identity A great visual by MasteringBackend. #OAuth2

Something went wrong.
Something went wrong.
United States Trends
- 1. Bears 90.4K posts
- 2. Happy Birthday Charlie Kirk 7,150 posts
- 3. #Worlds2025 20.2K posts
- 4. Jake Moody 14K posts
- 5. Bills 144K posts
- 6. Snell 25.1K posts
- 7. Falcons 52.1K posts
- 8. Josh Allen 27.1K posts
- 9. Joji 32.5K posts
- 10. Caleb 49.9K posts
- 11. Jayden 23.1K posts
- 12. #BearDown 2,417 posts
- 13. Swift 291K posts
- 14. Ben Johnson 4,494 posts
- 15. #Dodgers 15.5K posts
- 16. Treinen 4,739 posts
- 17. Troy Aikman 6,705 posts
- 18. Turang 4,411 posts
- 19. Roki 6,156 posts
- 20. Bijan 33.6K posts