Roberta Miccoli
Roberta Miccoli
Hi, the problem could be related to the forwarded headers from reverse proxy. Have you added the `IAM_FORWARD_HEADERS_STRATEGY=native` environment variable in your deployment? In Indigo IAM < v1.8.0 it was...
Splitting issues and PRs by topic, AUP and account suspension/restoration. Superseded by https://github.com/indigo-iam/iam/issues/786
> some optimizations :) Done :)
> Some optimizations Done :)
Already included in https://github.com/indigo-iam/iam/pull/733
Hi @bl000m, > Hello, I have 2 questions related to user attributes and roles in Indigo IAM, I hope you can help. Thank you in advance > # 1. Renater...
Also, other user info, like roles, attributes, etc., can be obtained via IAM account API. Only Admins can access this API, but starting from IAM v1.8.2 access is based on...
> Hi @rmiccoli, > > Thanks for your response. I'm a bit unsure where to add the .yml file exactly. > > I've realized my initial questions may not have...
Once you get to the login form, can you please verify that you can see the attributes `given_name`, etc., at the `/iam/authn-info` endpoint?
> At the `/iam/authn-info`endpoint I see this (only `suggested_username` is not null): > > ``` > { > "type": "SAML", > "issuer": "https://test-idp.federation.renater.fr/idp/shibboleth", > "subject": "[email protected]", > "subject_attribute": "urn:oid:1.3.6.1.4.1.5923.1.1.1.13", >...