-
## Description
As part of the federation sub-project we want to implement an authentication protocol to "link" two LAOs together. For this purpose we designed the following schematics and messages.
…
-
**Issue Description:**
Source selection with bind is not disabled by 'FEDERATE_JOIN = false' in corese-properties.properties. It worked before as advised in https://github.com/Wimmics/corese/issues…
-
I get this error when I get the response back from the ACS:
```
app error: undefined method `text' for nil:NilClass (NoMethodError)
/app/vendor/bundle/ruby/2.2.0/gems/omniauth-wsfed-0.2.3/lib/omn…
-
We are facing an issue with decoding fedauth cookie.
When a user logs into Relyingparty, WS Federation creates a FedAuth cookie and based on the size of the claims the FedAuth cookie is chunked into …
-
**What happened?**
* stacktrace of the error
* *************************************************************************************************************************
"Exception - syntax error,…
-
Consider a situation where `python3-saml` is being used to service many SAML-enabled users across multiple IdPs. As the library requires a complete `Settings` object to generate the metadata, every or…
-
I see this failure from last four five days, i am doing parallel run of these
tests on the local machine and it is passing very time, So filing this bug keep
a record of failure.
Ref URI
=======
[htt…
-
**What I want**
I'm trying to setup a login with an external oAuth source.
**What I have done**
1. In Federation and Social Login created the oAuth Source
2. In the `default-authentication-ident…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Hello, I'm encountering an issue with @nestjs/graphql when using Apollo Federation with Feder…
-
Are there any cases where we'd prefer `.unwrap()` over `.expect()`? If not, I think adding a pre-commit hook check to ensure `.unwrap()` is not used could speed up PR review for newcomers.