Questions tagged [oidc]

4 questions
2
votes
0 answers

Can ADFS groups be referred to as both DOMAIN\groupname and groupname@DOMAIN?

Does the near-equivalence between DOMAIN\username and username@DOMAIN only hold for users or also for groups? In particular, can ADFS clients that request groups as claims with option Token-Groups - Qualified by Long Domain Name assume that the…
rookie099
  • 397
0
votes
1 answer

How to skip tls verification when using OIDC with Authentik

extraEnvVars: - name: MINIO_LOG_LEVEL value: DEBUG - name: MINIO_IDENTITY_OPENID_CONFIG_URL value: "https://authentik.righive.local/application/o/minio/.well-known/openid-configuration" - name: MINIO_IDENTITY_OPENID_CLIENT_ID …
0
votes
0 answers

Kerberos SPNEGO negotiation with OIDC under FastAPI REST application?

We have a REST-based application (non-browser application) that uses Kerberos-based SPNEGO authentication, and which has been working with Flask. We want to convert this application to run under FastAPI, but we haven't figured out to get the…
HippoMan
  • 250
-1
votes
1 answer

Why does AWS Cognito require a client secret when configuring an external IdP (Azure AD)?

I don't understand why AWS Cognito require a client secret when configuring an external IdP (e.g. Azure AD). AFAIK, AWS Cognito merely forwards federated identities to the external IdP for (OIDC) authorization code grant flows, which in turn results…