Coder Social home page Coder Social logo

Comments (5)

bmorse526 avatar bmorse526 commented on July 17, 2024

image

Capture of the Keycloak folder with the init.py file

Contents of file

-- coding: utf-8 --

Copyright (C) 2017 Marcos Pereira [email protected]

This program is free software: you can redistribute it and/or modify

it under the terms of the GNU Lesser General Public License as published by

the Free Software Foundation, either version 3 of the License, or

(at your option) any later version.

This program is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License

along with this program. If not, see http://www.gnu.org/licenses/.

from .keycloak_admin import *
from .keycloak_openid import *

from python-keycloak.

ryshoooo avatar ryshoooo commented on July 17, 2024

You're referencing code here from different packages called keycloak-client and keycloak. This is a project for the package python-keycloak. If you wish to use python-keycloak, make sure only python-keycloak package is installed an d no other is used as keycloak-client or keycloak don't work well together with python-keycloak. Then I'd suggest to follow our getting started guide for OIDC client https://python-keycloak.readthedocs.io/en/latest/modules/openid_client.html

from python-keycloak.

bmorse526 avatar bmorse526 commented on July 17, 2024

from python-keycloak.

bmorse526 avatar bmorse526 commented on July 17, 2024

Sorry had a typo in the code. (user name) after correcting it I get

File "c:\Users\bob.morse\Documents\Python\API\KeyCloak try 3.py", line 26, in
token = keycloak_openid.token("userID", "UserPw")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\site-packages\keycloak\keycloak_openid.py", line 319, in token
return raise_error_from_response(data_raw, KeycloakPostError)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\site-packages\keycloak\exceptions.py", line 192, in raise_error_from_response
raise error(
keycloak.exceptions.KeycloakPostError: 400: b'{"error":"invalid_client","error_description":"Parameter client_assertion_type is missing"}'

Sorry for the bad previous post

from python-keycloak.

bmorse526 avatar bmorse526 commented on July 17, 2024

The end state I need is a Authorization: Bearer token. Once the token is returned is that the token object or is it a property of the token object?

from python-keycloak.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.