Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
47 views

We have a SPA with an associated API back end. The user is authenticating fine against Azure Entra, and I can access the API as well. This is an internal app, and I want to know more about the user. ...
0 votes
0 answers
94 views

var credential = new ManagedIdentityCredential(managedIdentityClientId); var token = await credential.GetTokenAsync(new TokenRequestContext(new[] {"<MY-API-SCOPE>/.default"}), ...
0 votes
0 answers
27 views

(This question is related to How can I safely obtain user claims from an Azure Function after authentication?) I aim to set up Authentication for an Azure Static Web App resource using Okta as an ...
0 votes
0 answers
110 views

I've just upgraded to Micronaut 4 and Java 21 and I'm trying to share state between a HttpServerFilter and a Controller using a @RequestScope bean. My goal is to set some summary information (like a ...
0 votes
0 answers
64 views

Google Fit physical activity data, We request access to the Google Fit scope for writing activity data in order to record completed meditation sessions as part of the user’s health and wellness ...
0 votes
0 answers
26 views

I have the following Producer class: @RequestScoped public class MsmEntityManagerProducer { @PersistenceContext(unitName = MSM) private EntityManager entityManager; private static final ...
-1 votes
1 answer
74 views

here is how Superglobals are defined in PHP Superglobals — Built-in variables that are always available in all scopes And here is how $GLOBALS are defined here $GLOBALS — References all variables ...
1 vote
1 answer
91 views

I am writing a Google Workspace add-on where the script creates one Google Document for each line in a Google Sheet owned by the user. The Google Documents are saved in the root of the user's Google ...
0 votes
1 answer
217 views

With the code of the method that I put below I try to obtain the list of add-on attachments of a Classroom assignment. I access with the account of the teacher of the class and as you can see at the ...
-1 votes
1 answer
1k views

I'm trying to get OAuth access for Azure DevOps to access my workitems. I think I have most of the beginings in place, i have a app registered in Entra Id and i have set up the API permissions like ...
1 vote
0 answers
90 views

What i want to achieve is, after signing in with google I have the default scope but I want some extra scope after signing in so how can i do it programmatically. So that's what i want to achieve. ...
0 votes
1 answer
861 views

I am authenticating a user using OAuth 2.0 with the following scopes: https://outlook.office.com/IMAP.AccessAsUser.All https://outlook.office.com/SMTP.Send offline_access openid profile To retrieve ...
Eshy's user avatar
  • 441
0 votes
1 answer
747 views

I run several processes against a few YouTube accounts to gather information about my videos, including video descriptive data, status (views, likes, ...), subscriber lists, gathering chat data and so ...
0 votes
0 answers
259 views

I'm using OpenAPI Generator (7.8.0-SNAPSHOT with RestSharp library) to generate a C# client for a rest api deployed on Azure that is using OAuth to grant access and authorizations. Now the ...
0 votes
0 answers
69 views

I'm using Google OAuth 2.0 for user authentication in my application, and it's working well. However, during the authentication/registration process, users are notified that my application will ...

15 30 50 per page
1
2 3 4 5
...
28

AltStyle によって変換されたページ (->オリジナル) /