microsoft-authentication-library-for-go icon indicating copy to clipboard operation
microsoft-authentication-library-for-go copied to clipboard

The MSAL library for Go is part of the Microsoft identity platform for developers (formerly named Azure AD) v2.0. It enables you to acquire security tokens to call protected APIs. It uses industry sta...

Results 132 microsoft-authentication-library-for-go issues
Sort by recently updated
recently updated
newest added

Proof of Possession is intended to ensure that the client that requests a token is the only client that can use the token. Link to the internal work item [here](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1228679)...

enhancement
AzureSdk
external

It is missing from [here](https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/dev/apps/tests/devapps/main.go) Also I'll appreciate if you can provide a brief wiki about the flows as well [here](https://github.com/AzureAD/microsoft-authentication-library-for-go/wiki)

enhancement

**Is your feature request related to a problem? Please describe.** When using existing MSAL cache to require new accessToken for storage, the error returned is "not found" when missing metadata...

enhancement

Context: Calling [AcquireTokenInteractive](https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/dev/apps/public/public.go#L561) has a flow like: 1. Start an http server to receive the callback ([pca.browserLogin(ctx, redirectURL, authParams)](https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/dev/apps/public/public.go#L591)) 2. Open browser to do login and redirect on success login....

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]. Provide `ExpiresIn` as part...

enhancement

### Documentation related to component Cache ### Please check all that apply - [ ] typo - [ ] documentation doesn't exist - [ ] documentation needs clarification - [x]...

documentation

Public and confidential clients send redundant discovery requests because silent and non-silent (audible? 😛) authentication request and cache discovery metadata independently. For example, `AcquireTokenOnBehalfOf` first attempts silent authentication, which requests...

enhancement

**Is your feature request related to a problem? Please describe.** MSAL currently depends on go-jwt 3.2.1, but this version is missing Go module support. This causes some issues when pulling...

enhancement

**Which version of MSAL Go are you using?** github.com/AzureAD/[email protected] **Where is the issue?** * Public client * [ ] Device code flow * [ ] Username/Password (ROPC grant) * [x]...

>- MSAL needs to add "openid profile offline_access" to request in order for caching to work. These should just be ignored when it comes to caching. > >`openid + profile`...

test