Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
27 views

I have an application that is in production working with Cloudfront + Appsync with OICD Authorizer. In the Cloudfront configuration for some reason it is adding in the custom headers if API_KEY exists ...
Leonardo Campanha's user avatar
0 votes
0 answers
30 views

Hey i was building a DeviceService to know Connected Devices to an account after i builded every thing now i got issue with revoking device Main Confusion : that i decided to use IMemoryCache to ...
Braa gamer's user avatar
1 vote
0 answers
47 views

I have an ASP.NET Core Web API that accepts tokens from two JWT sources. I want to define an authorization policy that will accept a token from the first source if and only if it has a particular ...
jason44107's user avatar
0 votes
0 answers
41 views

we want to migrate our LDAP users to SSO from our #synapse #matrix server and we have already many users, which are using Microsoft SSO Login. Matrix Synapse uses Authlib and there is a table (...
Denny Fuchs's user avatar
0 votes
1 answer
104 views

I am looking for​ guidance on how to configure authorization token management with automatic routing enabled in the Viewer SDK. Our application sets up token refreshing using the getAccessToken ...
Anthony's user avatar
0 votes
0 answers
43 views

I have an enum with permission values: public enum Permission { DASHBOARD_OPEN("dashboard:open"); private final String key; Permission(String key) { this.key = key; ...
Adam Arold's user avatar
  • 30.8k
0 votes
1 answer
70 views

I am implementing 2 Factor Authentication TOTP (Time-based One-Time Password) for a login page. After enter id and password, it will go to TOTP checking. It can only get the first code and won't ...
Matthew's user avatar
  • 15
0 votes
1 answer
212 views

I’m building a multi-tenant SaaS application with Django Ninja as the backend and Next.js as the frontend. I’m running into a problem around handling RBAC permissions and org-level feature ...
Tejas's user avatar
  • 37
1 vote
1 answer
66 views

I have a spring application, where users can have various authorities and where some of those authorities can be scoped. For example, the READ_ALLOWED authority is scoped by company domain. So I have ...
elcye's user avatar
  • 413
0 votes
0 answers
87 views

I have a .NET 9 Blazor Maui hybrid application. In my Routes.razor i have this: <CascadingAuthenticationState> <Router AppAssembly="typeof(MainLayout).Assembly"> <...
CrazyEight's user avatar
0 votes
2 answers
184 views

I’m working on a Next.js 14 app with the App Router and next-auth@5. I followed the official Next.js Learn guide on authentication, except I replaced email with username in the database. I set up ...
Noctyris's user avatar
0 votes
1 answer
106 views

We have a Blazor Server app that requires authorization on all its components (internal business app): // ... app.UseHttpsRedirection(); app.MapStaticAssets(); // <-- Static files middleware ...
micka190's user avatar
  • 1,013
0 votes
0 answers
208 views

In my Next.js application, I have these roles: manager technician front-desk external-user My Pages/Routes are: /dashboard /users /orders /orders/:id /orders/:id/edit /orders/new Now, correct ...
Assad Rajab's user avatar
0 votes
0 answers
58 views

I am currently browsing official repository of OpenSearch Dashboards and documentation for a while. I am developing my OpenSearch Dashboards plugin. My plugin does have built-in Node.js server, that ...
Some_ Person's user avatar
0 votes
0 answers
68 views

I am trying to implement permify authorisation in my spring boot application. I want to know how can I upload schema to permify database inorder to create relationships. Can someone provide the ...
Sooraj Sureshkumar's user avatar
0 votes
0 answers
57 views

I'm developing a .NET Core Identity API using the following setup: builder.Services.AddIdentityApiEndpoints<AppUser>() .AddRoles<AppRole>() ....
enes durmuş's user avatar
0 votes
0 answers
24 views

On this page - https://developer.android.com/identity/authorization For authentication, we recommend using the Credential Manager API. For authorizing actions that need access to user data stored by ...
nightlytrails's user avatar
0 votes
0 answers
38 views

The goal of my API is to allow a batch PATCH of asset statuses in ACC. When I run my code, I am getting error code 403 which is "The request was not accepted because the client is authenticated, ...
Ben Drill's user avatar
1 vote
1 answer
118 views

I have written an apps script connected to my google spreadsheet to export it to a JSON file. The data is need in an android application that I am building and access via the Web App "/exec" ...
dennisklad's user avatar
1 vote
2 answers
476 views

I'm currently working on a blazor webassembly app, to which users get to authenticate themself using Microsoft Entra ID. This all works fine and dandy, but I'm trying to optimise the experience. ...
Kiiiieeeeuuuw's user avatar
0 votes
1 answer
626 views

I'm working on a Strapi v5 server and have set up the following tables: Referrant – has many Agents. Agent – has many Referrants. ReferrantToAgent – a conjunction table to handle the many-to-many ...
Itay Tur's user avatar
  • 1,962
0 votes
1 answer
39 views

I'm learning ASP.NET Core and I'm reading books and watching videos on authentication and authorization. There's one question I can't seem to get answered: I understand that authentication and ...
CoderForHire's user avatar
0 votes
0 answers
56 views

Good evening everyone, hope this message finds you well! Wondering if there's any changes need to be done to the following lines of code as it's returning the following exceptions(provided in output ...
user30254997's user avatar
0 votes
0 answers
32 views

I have a authorization filter that checks for some OKta claims and these are low level roles that give overall access to the app. To expand our app further and make more complicated for both access ...
Qiuzman's user avatar
  • 1,843
0 votes
0 answers
50 views

I am creating my 1st django-react application, but i got stuck on the login process. Currently i am using simplejwt, while i can keep the access token inside react state, the refresh token has to be ...
ONF's user avatar
  • 11

1
2 3 4 5
211