5,697
questions
0
votes
0
answers
7
views
Secure specific endpoints on wildfly with Keycloak
We're looking into securing only specific JaxRS endpoints of our Wildfly 26 Application with an OIDC Provider. However, we also have a separate section of the App which authenticates users via FORM. I ...
0
votes
0
answers
30
views
Error: No authentication handler is registered for the scheme 'OpenIdConnect'. MSGraph API call from ASP.NET Core MVC web app
I have followed the recommended setup on the MS git project for accessing MSGraph from ASP.NET Core MVC and my hosted app works fine for accessing the web app and initially the MS Graph function (I am ...
2
votes
0
answers
14
views
How to handle frequently refreshed OIDC token in DVC repo
I have a DVC repo that is thought for storing data. I have a WebDAV remote. The authentication for the remote is done via oidc. I store the oidc token in the local.config file with
dvc remote modify -...
0
votes
1
answer
26
views
.NET 8 upgrade: OIDC correlation failure with IdentityServer4 on HTTP when using machine name instead of localhost
We’re running an older Identity server on .NET Framework 4.6.2 with IdentityServer4, which we plan to replace early next year. In the meantime, though, we’ve had to upgrade our primary application to ....
0
votes
0
answers
45
views
How can I retrieve company name and position of a user using Linkedin developer API
After the OpenId update I can't see any way to retrieve company name and the user position
openid
Use your name and photo
profile
Use your name and photo
w_member_social
Create, modify, and delete ...
0
votes
0
answers
25
views
How to add OpenIdConnect in .Net 7 Blazor ASP.Net Core Hosted with custom AuthenticationStateProvider?
I've an existing Blazor ASP.Net Core Hosted solution (Client, Server, Shared). It implements custom AuthenticationStateProvider. It does not have “.AddCookie()”. The solution works where users can ...
0
votes
1
answer
18
views
angular-auth-oidc-client calls common endpoint in Azure AD despite mentioning authority
Above is the config defined to authenticate with Azure AD, but when the application is loaded, it calls common endpoint url of Azure although I have defined authority above. Found while debugging that ...
0
votes
0
answers
27
views
Is it possible to use dynamic ClientId in Blazor WebAssembly authorization?
I am going to develop a Blazor WebAssembly application that supports multi-tenancy. This application integrates with Keycloak IdP and provides the authz/authn capabilities. Currently, in Program.cs I ...
-1
votes
2
answers
128
views
Azure DevOps Pipelines: TerraformTaskV4: init with different subscription and Workflow Identity Federation
I have a Azure DevOps YAML pipeline and want to deploy resources with Terraform to Azure. As first step I need to run terraform init. For that I want to use TerraformTaskV4 (https://github.com/...
0
votes
1
answer
55
views
Entra SSO returning a 302/502 in a .NET Core site
I have an issue getting SSO to work which is puzzling.
The CallBackPath in the config below matches what is in Azure as the redirect uri, and I can see in the logs that user are being authenticated ...
0
votes
0
answers
20
views
Can tags be used securely in Github for deployment and OIDC?
I have several org repositories that deploy into cloud environments via AWS and OIDC. The typical release process is as follows:
Decide that main is in a state we want to deploy. main is configured ...
0
votes
0
answers
19
views
error="error getting accounts for current user or role: ListSinks error: WebIdentityErr: failed to retrieve credentials\ncaused [closed]
I updated the tag and after updating, I lost communication between grafana and cloudwatch, I enabled debug mode and saw get regions errors, I configured helm to automatically upload the datasource ...
0
votes
1
answer
45
views
API authentication, using home-grown "API Key" vs. OAuth2 client credentials flow
Our application exposes REST APIs which are currently used by our UI only. The UI currently authenticates users using the OIDC Authorization Code flow, which requires user interaction with the ...
0
votes
0
answers
16
views
Pass MS Azure Auth from Keycloak to MS-Application loaded in iFrame
I am currently authenticating myself in keycloak via Microsoft.
Is it possible to "share" that session to, for example, iFrames that display a onedrive file (embedded). At the moment I need ...
0
votes
1
answer
33
views
Persistent Authentication Cookie for External Membership Provider Umbraco 13
I've managed to implement full site single sign-on on my Umbraco site by extending an example on the Umbraco docs (https://docs.umbraco.com/umbraco-cms/tutorials/add-microsoft-entra-id-authentication)....