-
The SAML assertion includes the NameID format along with the NameID. For example, a SAML assertion sent back from the IdP could have:
>
3f7b3dcf-1674-4ecd-92c8-1544f346baf8
Havi…
-
I have been following your example since last year and could successfully implement my service which uses organizations saml id provider and also I can provide angular support with JWT authentication…
-
There are a handful of pending specs in the vets-api test suite that have been pending for quite some time. They should either be removed, fixed, or replaced.
The current list of pending specs:
```
…
-
We have a couple of APIs that are not intended to be used by regular clients, i.e. clients that are interested in accessing or administering ES.
The following APIs are low level in the sense that the…
-
Hello!
Has anyone encountered an authentication issue recently using the Office365 library?
ERROR:office365.runtime.auth.providers.saml_token_provider.SamlTokenProvider._process_service_token_re…
-
As a developer, I want to be able to configure the time format in SAML messages so that if service providers can't handle full blown time format with 6 points after seconds, I can configure the desire…
-
I tried to setup jorani with authentik as SAML provider.
However, i always get the following result when accessing jorani (via the jorani-base-url) and am unable to get past it:
![image](https://git…
-
In `views.py`, `reverse` is imported from `django.core.urlresolvers` which in Django 1.10 has been deprecated in favour of `django.urls`:
https://github.com/KristianOellegaard/django-saml-service-pro…
-
In trying to configure multiple oauth providers, the setup scripts seem to fail in setting this up.
Using gitlab 10.0.2/3 images (but also tested on 9.5.5 but I have moved past this version).
Also…
-
AuthnRequest::__construct with provided $nameIdValueReq add SubjectConfirmation but according to the SAML documentation this element (SubjectConfirmation ) MUST NOT contain any elements.
Link to S…