-
When we test the policy using below link, it is giving blob related error.
https://b2cprod.b2clogin.com/b2cprod.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1A_Captcha_signin&client_id=51d907f8-db14-4…
-
## Sorting
- **I'm submitting a ...**
- [x] bug report
- [ ] feature request
- [x] support request
- I confirm that I
- [x] used the [search](https://github.com/lukeautry/tsoa/…
-
Currently, we can protect a web API using the library as follows:
```csharp
services.AddMicrosoftIdentityWebApiAuthentication(configuration, "TestAuth1", "TestAuth1");
```
Now, when the service …
-
Apparently, `at_hash` value for JWT token is improperly calculated – instead of using `base64url` it's using `base64` function. I encountered this issue when I tried to integrate OIDC using `express-o…
-
At some point in the near future, examine OpenID Connect and more modern ways to connect AWS to GitHub and/or CirlceCI.
- https://github.com/aws-actions/configure-aws-credentials
- https://github…
-
The documentation uses OAuth to refer to what is functionally OIDC (as shown by the fact that you provide the `openid` scope and other profile info). OAuth does not support authorization like this, on…
-
Since there seems to be growing awareness that federation entities will (want / have to) know their TAs, and maybe even express them in their ECs, maybe they could also express different metadata for …
-
the fix is to unquote the get arguments you get from the request:
def complete(self):
args = dict(self.request.GET.items())
args_unquoted = {}
for key, value in args.iteritem…
kozak updated
13 years ago
-
```
What steps will reproduce the problem?
1. Trying to login using OpenID (or add OpenID via admin panel). I was
trying livejournal.com and blogger.com IDs, both of which authenticate
elsewhere. I…
-
Thanks for creating this library, the integration into my project was a breeze but I was surprised that `OpenIDConnect.verify/3` is successful when given an expired token.
Shouldn't the documenta…