Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
26 views

I created a self-signed certificate and added it in power platform admin center using the following commands: $certificateName = "powerpages.yourdomain.com" $certPassword = ConvertTo-...
Ayush Mishra's user avatar
-3 votes
1 answer
77 views

I am using the com.google.genai:google-genai:1.23.0 Java SDK in a Spring Boot 3 project to call the Gemini API (gemini-1.5-flash). I can successfully generate content and get the answer text like this:...
정재훈's user avatar
0 votes
0 answers
55 views

I'm using laravel 8 with SESSION_DRIVER=file I have code that run like below, and I have a problem why the recursive not extending the expired time of session? Each process take 30sec, but after ...
Cahya Purnama's user avatar
0 votes
1 answer
64 views

I'm trying to find an (elegant) solution to the following problem: I have a Deployment that I want to be able to scale from 2 - 4 pods. I have a pool of 4 unique tokens to access a resource, external ...
Adjel van der Meer's user avatar
2 votes
0 answers
57 views

So far I got this def _parse_bitbucket_url(value: str) -> Dict[str, str]: parsed_url = urlparse(value) if not parsed_url.scheme or "bitbucket.org" not in parsed_url.netloc: ...
Tomas Lopez's user avatar
0 votes
0 answers
67 views

I currently calculate the remaining tokens like this: var conversationHistorySize: Int { conversationHistory.components(separatedBy: .whitespacesAndNewlines).count } private let maxTokens = 4096 ...
Ahmadreza's user avatar
  • 7,291
0 votes
0 answers
49 views

I'm making a program which I want to run continuously (hence the pythonanywhere): def setup(): spOauth = SpotifyOAuth(client_id=CLIENTID, client_secret=CLIENTSECRET, ...
CEO of Forehead's user avatar
0 votes
0 answers
50 views

I'm integrating Vault with Keycloak using OIDC auth method. The login flow works correctly, and Keycloak sessions are created as expected. However, Vault issues tokens with its own TTL and does not ...
zagnafey's user avatar
1 vote
1 answer
74 views

I am having an issue with my MSAL Setup. I am using IONIC, Angular and MSAL for my frontend. My application works on web but when i publish my site to an apk my application does not redirect the user ...
Bongi Mgz's user avatar
0 votes
1 answer
224 views

Doing tests before entering production, with Postman I have found some inconsistencies in the response of the tokens based on the request I am making. If we have "requestedAccessTokenVersion"...
Marco Araya's user avatar
0 votes
0 answers
60 views

I’m migrating from IdentityServer4 to OpenIddict. Previously, I had functionality that associated refresh tokens with sign-in sessions. This was done so that refresh tokens could be revoked if the ...
Anton Koposov's user avatar
0 votes
1 answer
119 views

My web app works fine on the PC but when I try to login on mobile I get error: unauthorized access, i.e, the cookies are not being set. I deployed my backend on render and frontend on vercel. Here’s ...
Dev-Lo.'s user avatar
  • 21
0 votes
0 answers
32 views

I am having a problem with my login activity for NextJS ( App Router ) with Firebase authentication setup. I have created two modes. If App_mode is dev, the routes should be open, else only the ...
actionIsNeeded's user avatar
4 votes
2 answers
178 views

I'd like to start a GUI application like notepad.exe or calc.exe with a restricted token that only has the permissions of some groups (with the CreateRestrictedToken() API) However, I get this error ...
phi1010's user avatar
  • 727
0 votes
0 answers
47 views

I'm encountering a 401 Unauthorized error when attempting to send a response back to a Microsoft Teams chat from my bot(i haven't used bot framework sdk, simple bot in python). In my setup, I’m ...
Manuel Martin's user avatar
1 vote
1 answer
88 views

I am using POSTMAN to send API Requests.I have been logged in through API and got a token. When I try to log out using that particular token it display output as "not logged in" This is the ...
bibashmanjusubedi's user avatar
0 votes
0 answers
83 views

my company has historically used Lettuce without authentication. We relied on AWS security groups. But now our security team is asking us to authenticate via iam. Each of our application services that ...
jpsartre's user avatar
0 votes
0 answers
32 views

Is it possible to use permissions as custom claim in okta id_token? If not then how can I get permissions claim in my okta token? I'm looking to get key as permissions in token claims and value should ...
Pooja Kose's user avatar
0 votes
0 answers
30 views

Some websites update JWT regulary to prevent scraping: in browser JS sends XHR to server to get fresh token- see the Token XHR on the picture below. Eg. curl "https://www.nemlig.com/webapi/Token&...
Igor Savinkin's user avatar
1 vote
1 answer
154 views

I'm using Keycloak and tried to get a token via the password grant using this curl command: curl -X POST http://localhost:8180/realms/myrealm/protocol/openid-connect/token \ -H "Content-Type: ...
karim AIT BOUADDI's user avatar
0 votes
1 answer
207 views

I am able to get the tokens in my wallet but then am not able to derive the mint address from the received data. I want to get the mint address of all tokens in my wallet to then use that with some ...
Sebastian_B's user avatar
0 votes
0 answers
61 views

I'm responsible for reviewing some code delivered privately that may get published openly (e.g. in a public Github repository). We've seen deliveries in the past that included unambiguously sensitive ...
Phil Miller's user avatar
  • 38.4k
1 vote
1 answer
61 views

I'm trying to use the Google Matrix Api on a web project using a token to authenticate. The testing is done in console to minimize potential errors like bellow : curl "https://maps.googleapis.com/...
Gauthier's user avatar
  • 1,276
0 votes
1 answer
85 views

It's like I'm working on a project where I have divided the API into separate parts and the Blazor server App into separate parts. It's like I get the API + my service to create a Token for the user ...
Jesper's user avatar
  • 1
0 votes
0 answers
17 views

How can I determine the token lifetime used for crawling Twitter with a dummy account, and what are the limitations per token? What are the request rate limits per token for free and paid tiers? How ...
Deryalfi's user avatar

1
2 3 4 5
154