saml
Here are 391 public repositories matching this topic...
-
Updated
Jul 7, 2022 - Java
-
Updated
Jul 9, 2022 - Python
Change the design of input fields as following:
border: 1px solid #f9f7f775;
background-color: #00000040;
this makes it better readable and visual recognisable.
The documentation in the repository is not always vanilla markdown and hence is not well rendered in every environment, e.g. GitHub itself.
What to do?
- Find a document under
docs/ormodules/*/docs/ - See how it looks on GitHub in rendered output
- Edit the document, improve the [Markdown formatting](https://docs.g
-
Updated
Jan 21, 2022 - Go
-
Updated
Jul 6, 2022 - Java
-
Updated
Jul 5, 2022 - Java
-
Updated
May 24, 2022 - TypeScript
-
Updated
Dec 19, 2021 - Java
-
Updated
Jul 8, 2022 - Java
-
Updated
Jul 6, 2022 - Java
-
Updated
Jun 20, 2022 - C++
Hi
is there posibility to set key_file and cert_file content in configuration instead of path?
my application is runing inside docker, so this files are not stored on local filesystem,
but i can set it from outside via variable in os.environ
probably i could do some workaround, and save content into file temp file and set this file,
before saml2 config is parsed
but i am asking her
Need simpler example
-
Updated
Jun 20, 2022 - Go
-
Updated
Jul 6, 2022 - Java
-
Updated
Jul 8, 2022 - Python
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
Dec 31, 2021
-
Updated
Jul 6, 2022 - Java
-
Updated
Jun 28, 2022 - PHP
-
Updated
May 25, 2022 - C#
Improve this page
Add a description, image, and links to the saml topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the saml topic, visit your repo's landing page and select "manage topics."
Describe the bug
Doing a faulty POST Request on Token endpoint
/realms/{realm-name}/protocol/openid-connect/tokenhere without form data and missing Content-Type leads to NullPointerException and HTTP 500 API response
{"error":"unknown_error"}For sure this is an usage error, but in other error case keycloak gives back clear error indication: