並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 691件

新着順 人気順

authenticationの検索結果321 - 360 件 / 691件

  • Okta、Zoom会議参加者の本人確認を行う機能「Okta Authentication for End-to-End Encryption」を発表

      Okta、Zoom会議参加者の本人確認を行う機能「Okta Authentication for End-to-End Encryption」を発表
    • Authlib: Python Authentication

      Authlib: Python Authentication¶ Release v1.3.0. (Installation) The ultimate Python library in building OAuth and OpenID Connect servers. It is designed from low level specifications implementations to high level frameworks integrations, to meet the needs of everyone. Authlib is compatible with Python3.6+. User’s Guide¶ This part of the documentation begins with some background information about Au

      • Two-Factor Authentication with Java and Google Authenticator

        I am more than sure that each of you have at least one account with enabled Two-Factor Authentication (2FA). But if you are still unfamiliar with 2FA I’ll give you some general explanation. It’s a second step in login sequence that asks you to enter 6-digits code sent to you by email, text message or Google Authenticator app and this code expires in 30 or 60 seconds. This second step of authentica

          Two-Factor Authentication with Java and Google Authenticator
        • Project: Basic Authentication System

          Table Of Contents Project Structure Authentication Level Zero Authentication Level One Authentication Level One Advantages and Disadvantages References When you hear or see the word authentication you relate it to identification and that is a correct approach to this term. We just need to add permissions to perform a specific action in an app and we will have a more complete definition for the tec

            Project: Basic Authentication System
          • OAuth 2.0 Step-up Authentication Challenge Protocol - Authlete

            概要 OAuth 2.0 Step-up Authentication Challenge Protocol は_「リクエストのアクセストークンに紐付く認証イベントが認証要求事項を満たさないこと及びその満たし方をリソースサーバーがクライアントに伝える仕組みを導入します。」_ (“introduces a mechanism for a resource server to signal to a client that the authentication event associated with the access token of the current request doesn’t meet its authentication requirements and specify how to meet them.” 「Abstract」より抜粋) まず初めに、クライアントアプリ

              OAuth 2.0 Step-up Authentication Challenge Protocol - Authlete
            • Official: Twitter will now charge for SMS two-factor authentication

              Twitter - X/Tech/SecurityOfficial: Twitter will now charge for SMS two-factor authentication Official: Twitter will now charge for SMS two-factor authentication / Only Twitter Blue subscribers will get the privilege of using the least secure form of two-factor authentication. By Sean Hollister, a senior editor and founding member of The Verge who covers gadgets, games, and toys. He spent 15 years

                Official: Twitter will now charge for SMS two-factor authentication
              • GitHub - iamarkadyt/aws-auth: :fire: Simple AWS authentication CLI with support for MFA, secure credential storage and easy IAM role switching.

                Simple NodeJS CLI for authenticating with AWS using IAM roles and MFA. It can cache multiple simultaneous sessions, storing all AWS credentials in an encrypted file. Credentials are never exposed to the file system in plain text. This CLI uses variable injection and subprocessing to pass credentials into a specified executable. See aws-auth run for more. This CLI requires TOTP MFA authentication.

                  GitHub - iamarkadyt/aws-auth: :fire: Simple AWS authentication CLI with support for MFA, secure credential storage and easy IAM role switching.
                • Implementing JWT authentication in Laravel 10 - LogRocket Blog

                  Clara Ekekenta Software Engineer and perpetual learner with a passion for OS and expertise in Python, JavaScript, Go, Rust, and Web 3.0. Editor’s note: This article was updated on 28 February 2024 to reflect information about the most recent Laravel and JWT package versions, clarify the differences between the @‌PHP-Open-Source-Saver/jwt-auth and @‌tymondesigns/jwt-auth packages, include informati

                    Implementing JWT authentication in Laravel 10 - LogRocket Blog
                  • Firebase & Github Authentication with React Native

                    Today we’ll be looking at how to setup and use Github Authentication in your Expo app! We’ll also be using that Github Auth to create a Firebase user. This is a hard thing to search because the “Github” part usually returns any “firebase auth” on github.com. But hopefully this is what you were looking for. 😅 The ProcessCreate a Github app: https://github.com/settings/applications/newCreate a Fire

                      Firebase & Github Authentication with React Native
                    • 407 Proxy Authentication Required - HTTP | MDN

                      HTTP ガイド リソースと URI ウェブ上のリソースの識別 データ URL MIME タイプ入門 よくある MIME タイプ www 付きと www なしの URL の選択 HTTP ガイド HTTP の基本 HTTP の概要 HTTP の進化 HTTP メッセージ 典型的な HTTP セッション HTTP/1.x のコネクション管理 プロトコルのアップグレードの仕組み HTTP セキュリティ Content Security Policy (CSP) HTTP Strict Transport Security (HSTS) X-Content-Type-Options X-Frame-Options X-XSS-Protection Mozilla web security guidelines Mozilla Observatory HTTP アクセス制御 (CORS) HTTP

                        407 Proxy Authentication Required - HTTP | MDN
                      • Basic Authentication Deprecation in Exchange Online – September 2022 Update

                        One month from today, we’re going to start to turn off basic auth for specific protocols in Exchange Online for customers who use them. Since our first announcement nearly three years ago, we’ve seen millions of users move away from basic auth, and we’ve disabled it in millions of tenants to proactively protect them. We’re not done yet though, and unfortunately usage isn’t yet at zero. Despite tha

                          Basic Authentication Deprecation in Exchange Online – September 2022 Update
                        • 1536482 - Web Authentication - Support macOS Touch ID

                          Shared components used by Firefox and other Mozilla software, including handling of Web content; Gecko, HTML, CSS, layout, DOM, scripts, images, networking, etc. Issues with web page layout probably go here, while Firefox user interface issues belong in the Firefox product. (More info)

                          • Using the Cognito Hosted UI for Authentication with the Amplify Client Side Library in React

                              Using the Cognito Hosted UI for Authentication with the Amplify Client Side Library in React
                            • Nuxt.js + Firebase Authentication + FireStoreでwebアプリケーションハンズ

                              この記事のターゲット Nuxt.js + Firebaseで何か作りたい Firebase AuthenticationとCloud FireStore使いたい Chapter1 firebaseの準備 まずはfirebase側を準備します。 今回用意するのは プロジェクト Authentication FireStore の三つ。 firebase consoleにログイン 1.https://firebase.google.com/?hl=ja へアクセス 2.右上の「ログイン」ボタンからログイン。 3.ログインできたら「コンソールへ移動」をクリック。 firebaseプロジェクトの作成 1.「プロジェクトを追加」からプロジェクトを追加します。 2.プロジェクト名は適当に設定。 3.アナリティクスの地域を「日本」にして「次へ」。(日本にすると料金報告などが円になる...らしい) 4.「

                                Nuxt.js + Firebase Authentication + FireStoreでwebアプリケーションハンズ
                              • Create a Fullstack Next.js App with Authentication, Data, and Storage

                                Next.js is one of my favorite tools for web development -- but it's a frontend framework. How can you build a fullstack application with it? In this tutorial, we'll build a Server-side Rendered Next.js app with a database-backed backend, static image storage, and authentication. It'll be National Park themed -- signed in users will be able to create new parks, and everyone will be able to view all

                                  Create a Fullstack Next.js App with Authentication, Data, and Storage
                                • [Auth0] Authentication APIを使用してユーザーにパスワードリセットメールを送信する | DevelopersIO

                                  こんにちは、CX事業本部の若槻です。 認証管理プラットフォームAuth0では、Authentication APIを使用することにより、プログラムからユーザー単位の認証周りの管理を行うことができます。 Authentication API Explorer 今回は、Authentication APIを使用してユーザーにパスワードリセットメールを送信してみました。 やってみた 掲題の操作を行う方法ですが、当初利用を考えていた Management API の Node SDK には該当のメソッドがありませんでした。下記のcreatePasswordChangeTicketが近そうでしたがこれ単体ではパスワードリセットメールの送信は出来ないようです。 createPasswordChangeTicket | ManagementClient - Documentation よって代わりに下記

                                    [Auth0] Authentication APIを使用してユーザーにパスワードリセットメールを送信する | DevelopersIO
                                  • Magic Link Authentication and Route Controls with Supabase and Next.js

                                    Magic Link Authentication and Route Controls with Supabase and Next.js View the video tutorial of this guide here. As a disclaimer, Supabase is also a sponsor of my YouTube channel While Supabase is widely known for their real-time database and API layer, one of the things I like about it is the number of easy to set up authentication mechanisms it offers out of the box. One of my favorites is Mag

                                      Magic Link Authentication and Route Controls with Supabase and Next.js
                                    • GitHub - ovh/the-bastion: Authentication, authorization, traceability and auditability for SSH accesses.

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - ovh/the-bastion: Authentication, authorization, traceability and auditability for SSH accesses.
                                      • CakePHP4 x Authentication でマルチログイン(複数認証)を作る

                                        やりたいこと 管理者 Table : Administrators url : localhost/admin ユーザ Table : Users url : localhost/user 上記の状態で、それぞれのURLにはぞれぞれのTableに存在するレコードで認証をするようにします。 やってみる src/Application.php で Authentication プラグインを読み込みます。 public function bootstrap(): void { parent::bootstrap(); .... // 末尾に追記 $this->addPlugin('Authentication'); } 通常のやり方だと、このあと src/Application.php の中で、middlewareに登録したり、 getAuthenticationService したりします。

                                          CakePHP4 x Authentication でマルチログイン(複数認証)を作る
                                        • Kubeflow: Authentication with Istio + Dex

                                          Compatible with Static Users, LDAP/AD and External IdPs Multi-tenancy is a central feature of Kubeflow 0.6 and providing a flexible authentication scheme is important for enterprise use-cases. In this article, we will explore how we leveraged the power of Istio and open-source components to create a flexible, robust and clean authentication solution. This solution is especially powerful because: I

                                            Kubeflow: Authentication with Istio + Dex
                                          • Recoil Atom Effects で Firebase Authentication の認証状態を管理【後編】

                                            この記事は下記記事の後編です。 firebase Authentication さっそく認証状態管理の実装です。 認証状態の監視 まずは Firebase の認証状態を監視する部分です。 Firebase ではonAuthStateChangedちう認証状態を監視する関数があるのでこれを Recoil のAtom Effectsと組み合わせて使います。 Atom Effects内でサブスクライブの起動も廃棄もできるので、別途コンポーネントでuseEffectを使う必要もありません。 import { getAuth, onAuthStateChanged } from 'firebase/auth'; import { atom, useRecoilValue } from 'recoil'; import { AuthUser } from '../types'; const auth

                                              Recoil Atom Effects で Firebase Authentication の認証状態を管理【後編】
                                            • Multi-Factor Authentication (MFA)

                                              Connect and protect your employees, business partners and customers with identity-powered security.

                                                Multi-Factor Authentication (MFA)
                                              • FIDO2: Web Authentication (WebAuthn) - FIDO Alliance

                                                Web Authentication (WebAuthn), a core component of FIDO Alliance’s FIDO2 set of specifications, is a web-based API that allows websites to update their login pages to add FIDO-based authentication on supported browsers and platforms. FIDO2 enables users to leverage common devices to easily authenticate to online services in both mobile and desktop environments. Web services and apps can – and shou

                                                  FIDO2: Web Authentication (WebAuthn) - FIDO Alliance
                                                • What Is Step-Up Authentication? When To Use It Over MFA or Adaptive Auth?

                                                  Ideally, your new service or app is easy to use and access, and customers—who you want using your product as quickly as possible — can start using it with minimal friction. Your core value proposition is just on the other side of a login screen, and making that entrance even marginally more difficult can risk sending those potential customers elsewhere. Step-up authentication is a way to strike a

                                                    What Is Step-Up Authentication? When To Use It Over MFA or Adaptive Auth?
                                                  • Restricting Access with HTTP Basic Authentication | NGINX Documentation

                                                    Control access using HTTP Basic authentication, and optionally in combination with IP address-based access control. Introduction You can restrict access to your website or some parts of it by implementing a username/password authentication. Usernames and passwords are taken from a file created and populated by a password file creation tool, for example, apache2-utils. HTTP Basic authentication can

                                                      Restricting Access with HTTP Basic Authentication | NGINX Documentation
                                                    • Phishing for AWS credentials via AWS SSO device code authentication

                                                      Christophe Tafani-Dereeper Personal tech and security blog about things I like, use, dislike and misuse. When using AWS in an enterprise environment, best practices dictate to use a single sign-on service for identity and access management. AWS SSO is a popular solution, integrating with third-party providers such as Okta and allowing to centrally manage roles and permissions in multiple AWS accou

                                                        Phishing for AWS credentials via AWS SSO device code authentication
                                                      • How To Set Up Vue.js Authentication and Route Handling Using vue-router | DigitalOcean

                                                        Introduction Vue.js is a progressive JavaScript framework for building front-end applications. Coupled with vue-router, you can build high-performance applications with complete dynamic routes. Vue Router is an efficient tool and can efficiently handle authentication in your Vue application. In this tutorial, you will look at using Vue Router to handle authentication and access control for differe

                                                          How To Set Up Vue.js Authentication and Route Handling Using vue-router | DigitalOcean
                                                        • Modern Authentication -- FIDO2 Web Authentication (WebAuthn) を学ぶ --

                                                          最新の認証を学ぶための、FIDO2 WebAuthnの講義資料。 サンプルコードを動作させるにはSecurity Key by Yubicoなどのハードウェアキーが必要です。スライドおよびサンプルのソースコードはGithubにあります。 https://github.com/junkurihara/class-fido2_webauthnRead less

                                                            Modern Authentication -- FIDO2 Web Authentication (WebAuthn) を学ぶ --
                                                          • Microsoft: May Windows updates cause AD authentication failures

                                                            HomeNewsMicrosoftMicrosoft: May Windows updates cause AD authentication failures Microsoft is investigating a known issue causing authentication failures for some Windows services after installing updates released during the May 2022 Patch Tuesday. This comes after Windows admins started sharing reports of some policies failing after installing this month's security updates with "Authentication fa

                                                              Microsoft: May Windows updates cause AD authentication failures
                                                            • Rails で Firebase Authentication を使う場合のユーザーモデルとテスト - blog.ayakumo.net

                                                              Firebase Authentication を使う場合、ユーザーモデルとテストはどうする? Rails で個人用の英単語帳アプリを開発しています。開発環境は Rails 7.0.4 + Ruby 3.1.2 です。 ユーザ認証に Firebase Authentication を導入すると、フォームに入力した email と password を Firebase Authentication API に渡して返り値を受け取るだけで認証が実装できます。認証のためにユーザーモデルを作成する必要はありません。 ただし、ユーザごとのデータを保存するテーブルの関連付けとしてユーザーモデルは必要になります。私の場合、英単語帳を flaschcards というテーブルに保存しているため、「誰が登録した英単語か」を識別するためにユーザーモデルを作成することにしました。ユーザーを作成するために外部の

                                                                Rails で Firebase Authentication を使う場合のユーザーモデルとテスト - blog.ayakumo.net
                                                              • Next.js: Firebase Authentication and Middleware for API Routes

                                                                Ran Ding Posted on Feb 28, 2021 • Updated on Mar 1, 2021 • Originally published at dingran.me This article was originally published on my blog. Head over there if you like this post and want to read others like it. Recently I made a small web app that requires user accounts. I learned quite a bit about setting up authentication with Firebase on the client-side and using it on the server-side to pr

                                                                  Next.js: Firebase Authentication and Middleware for API Routes
                                                                • PHPからFirebase Authenticationを利用する

                                                                  はじめに この記事では、PHPからFirebaseのAuthentication(認証機能)を利用する方法についてまとめています。 Firebase Authentication ドキュメント PHPのSDKをインストールする PHPからFirebase Authenticationを利用するにあたり、つぎのSDKを使用します。 About Unofficial Firebase Admin SDK for PHP kreait/firebase-phpが非公式のSDKであることは、ご留意ください。 Composerでkreait/firebase-phpをインストールする kreait/firebase-phpのインストールには、composerを用います。 Firebaseのcredentialを用意する kreait/firebase-phpは、Firebaesのcredential

                                                                    PHPからFirebase Authenticationを利用する
                                                                  • Authentication and Authorization Using JWT on Spring Webflux

                                                                    Security of the application is very important, especially for your HTTP API. JWT is one of the ways for securing (i.e. authentication and authorization) your HTTP API. JSON Web Token (JWT) is a JSON-based open standard (RFC 7519) for creating access tokens that assert some number of claims. [source] This time, I want to share my experience on how to secure your HTTP API in Spring Webflux using JWT

                                                                      Authentication and Authorization Using JWT on Spring Webflux
                                                                    • Azure AD と App Service Authentication を使って Web App と Web API を保護する - しばやん雑記

                                                                      Azure AD 認証と App Service Authentication を組み合わせて、Web App へのログインを行いつつ同時に発行されるアクセストークンを利用して、別に用意された API を実行したいというシナリオが存在します。 Microsoft Graph API を呼び出す場合はアプリケーションに許可するスコープを追加すればよいですが、自前で用意した API の場合にはまず API を公開するという設定が必要になります。 公式ドキュメントでも Web App から Web API を呼び出すシナリオが紹介されていますが、Azure AD にアプリケーションを登録するあたりは若干省略されていてわかりにくいです。 最近は Azure AD の設定を Azure Portal からではなく Terraform で全て行うブームが個人的に来ているので、今回も Terraform

                                                                        Azure AD と App Service Authentication を使って Web App と Web API を保護する - しばやん雑記
                                                                      • GitHub - agungsugiarto/codeigniter4-authentication: The codeigniter4\authentication component provides an API for authentication and includes concrete authentication adapters for common use case scenarios.

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - agungsugiarto/codeigniter4-authentication: The codeigniter4\authentication component provides an API for authentication and includes concrete authentication adapters for common use case scenarios.
                                                                        • GitHub - rwieruch/nextjs-firebase-authentication: Next.js + Firebase Starter

                                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                            GitHub - rwieruch/nextjs-firebase-authentication: Next.js + Firebase Starter
                                                                          • Resolve authentication error for ssh:// in Cargo project - Qiita

                                                                            In some crates, dependencies may be use ssh protocols, cargo build may lead some error like this: Caused by: failed to authenticate when downloading repository attempted ssh-agent authentication, but none of the usernames `git` succeeded Caused by: error authenticating: no auth sock variable; class=Ssh (23)

                                                                              Resolve authentication error for ssh:// in Cargo project - Qiita
                                                                            • MySQL 8.0へ接続時に”SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client”になる場合の対処法

                                                                                MySQL 8.0へ接続時に”SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client”になる場合の対処法
                                                                              • Amazon.co.jp: Firebase Authenticationで学ぶ ソーシャルログイン入門 ID管理の原則にそった実装のベストプラクティス: Auth屋 (著), いとうりょう (監修): 本

                                                                                  Amazon.co.jp: Firebase Authenticationで学ぶ ソーシャルログイン入門 ID管理の原則にそった実装のベストプラクティス: Auth屋 (著), いとうりょう (監修): 本
                                                                                • FortiOS, FortiProxy, and FortiSwitchManager Authentication Bypass IOCs (CVE-2022-40684) – Horizon3.ai

                                                                                  Early in 2023, soon after reproducing a remote code execution vulnerability for the Fortinet FortiNAC, I was on the hunt for a set of new research targets. Fortinet seemed like a decent place to start given the variety of lesser-known security appliances I had noticed...

                                                                                    FortiOS, FortiProxy, and FortiSwitchManager Authentication Bypass IOCs (CVE-2022-40684) – Horizon3.ai