CmlLib
한국어 (v3)
한국어 (v3)
  • 🧊CmlLib Projects
  • [AD] 커스텀 런처 주문제작
  • 🚀CmlLib.Core
    • 홈
    • 시작하기
      • CMLauncher
      • 게임 경로 설정
      • 실행 옵션 설정
      • 이벤트 처리
    • 로그인과 세션
      • 마이크로소프트 엑스박스 계정
      • 예전 모장 계정
      • 오프라인 계정
    • 고급 기능
      • VersionLoader
      • Version
      • FileChecker
      • Downloader
    • 모드 로더 인스톨러
      • Forge Installer
      • Fabric Installer
      • LiteLoader Installer
    • 유틸리티
      • Minecraft Changelogs
    • 자료
      • 자주 묻는 질문
      • 알려진 문제
      • 예시 런처
      • 라이센스
  • 🔓Auth.Microsoft
    • 홈
    • CmlLib.Core.Auth.Microsoft
      • JELoginHandler
      • JELoginHandlerBuilder
      • JEAuthenticator
    • XboxAuthNet.Game
      • OAuth
      • XboxAuth
      • XboxAuthException
      • AccountManager
      • Accounts
    • XboxAuthNet.Game.Msal
      • ClientID
      • MsalClientHelper
      • OAuth
    • CmlLib.Core.Bedrock.Auth
    • 자료
  • 🌐MojangAPI
    • 홈
    • Mojang API
    • SecurityQuestion
  • ⚒️Installer.Forge
    • 홈
    • 지원되는 버전
    • 시작하기
    • MForge
    • ForgeVersionLoader
Powered by GitBook
On this page
  • 1. Go to Azure Active Directory
  • 2. App registration
  • 3. Authentication manage
  • 4. Client ID 등록하기
Edit on GitHub
  1. Auth.Microsoft
  2. XboxAuthNet.Game.Msal

ClientID

PreviousXboxAuthNet.Game.MsalNextMsalClientHelper

Last updated 1 year ago

For using MSAL, You should acquire your own Azure Client ID. This document describes how to acquire your own Azure Client ID for Xbox authentication.

1. Go to Azure Active Directory

Open and find Azure Active Directory menu.

image

2. App registration

Add - App Registration

Name: your app name Account type: Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox) Redirect URI: Public client/native, http://localhost

Click 'Register' button.

3. Authentication manage

Go to App registrations - your app name

In this screen, you can get Application (Client) ID Click Redirect URIs

Add 'Msal Only'

Scroll down and 'Allow public client flows'

Click 'Save' button

4. Client ID 등록하기

image
image
image
image
image
image
🔓
Azure Portal
https://help.minecraft.net/hc/en-us/articles/16254801392141help.minecraft.net
Getting MinecraftAuthException: '403: Forbidden' when trying to login with Microsoft MSAL · Issue #16 · CmlLib/CmlLib.Core.Auth.MicrosoftGitHub
Logo