-
Create two methods getIdToken() and getAccessToken() instead of having the method getToken().
-
Describe the bug
The Identity API is not supported by Outlook Add-ins, even though isSetSupported('Mailbox', '1.5') returns true
To Reproduce
Steps to reproduce the behavior:
1. Create a new Out…
-
### Describe the feature
I some cases I will know cache is invalid.
```ts
const { call: getAccessToken, invalidate: invalidateAccessToken } = defineCachedFunction(async () => {
const data = aw…
-
**Library versions**
- `react-aad-msal`: 1.3.2
- `msal`: 2.3.5
and tested with other versions
**Describe the bug**
After the redirect from AAD-B2C login page the react code is calling the backe…
-
Using version *1.2.5* and trying to upgrade existing Google login using a new mechanism.
Here is my HTML implementation
```html
```
and `component.ts`
```typescript
ngOnInit() {
this.so…
-
Every makeIndexRequest() will produce 2 additional http-requests to get a token.
-
Proszę o pomoc / nakierowanie co robię nie tak.
Chciałbym pobrać szczegóły aukcji po ID aukcji, poniżej kod:
```
define('REDIRECT_URI', 'http://localhost/allegro/index.php');
define('AUTH_URL', …
-
# Provide required information needed to triage your issue
I'm working with an onSend event handler add-in, which initially opens a dialog box to display loading state to the user and afterwards wo…
-
Hello
I have been working with this page for a few weeks now: https://oauth2-client.thephpleague.com/usage/
I would like to suggest a couple of modifications:
```
// Try to get an acce…
-
Hello.
When I use a redirectUri that is NOT available for my application in my Azure Portal, it asks me the Authorization code, however if I the set the correct one, its brings me the acess Token by …